ligo/vendors/rope/rope_implementation.ml
2019-09-08 12:17:24 +02: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