ligo/src/rope/rope_test.mli
Pierre-Emmanuel Wulfman 59cb210b83 Interface for Ocaml code
2019-10-07 14:18:32 +00:00

20 lines
228 B
OCaml

module A = struct
(*
open Rope
val _ : unit
*)
end
module B = struct
(*
open Rope_top_level_open
(* type foo = S | NotCaptured *)
(* let d = NotCaptured *)
(* let s = NotCaptured *)
val _ : unit
*)
end