ligo/vendors/rope/rope_implementation.mli

7 lines
91 B
OCaml
Raw Permalink Normal View History

2019-10-07 18:18:32 +04:00
(*
2019-05-13 00:56:22 +04:00
type t
val of_string : string -> t
val cat : t -> t -> t
val to_string : t -> string
2019-10-07 18:18:32 +04:00
*)