ligo/vendors/rope/rope_implementation.mli
2019-09-08 12:17:24 +02:00

5 lines
85 B
OCaml

type t
val of_string : string -> t
val cat : t -> t -> t
val to_string : t -> string