ligo/vendors/rope/rope_implementation.mli

5 lines
85 B
OCaml
Raw Normal View History

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