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

7 lines
91 B
OCaml

(*
type t
val of_string : string -> t
val cat : t -> t -> t
val to_string : t -> string
*)