ligo/rope/rope_implementation.ml
2019-05-12 20:57:30 +00:00

5 lines
76 B
OCaml

type t = string
let of_string s = s
let cat a b = a ^ b
let to_string r = r