remove rope

This commit is contained in:
Pierre-Emmanuel Wulfman 2019-11-20 17:27:32 +01:00
parent bc6966dbca
commit cdb36167f9

View File

@ -1,19 +0,0 @@
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