ligo/src/rope/rope_test.mli

20 lines
228 B
OCaml
Raw Normal View History

2019-10-07 18:18:32 +04:00
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