ligo/vendors/rope/rope_implementation.ml

5 lines
76 B
OCaml
Raw Normal View History

2019-05-13 00:56:22 +04:00
type t = string
let of_string s = s
let cat a b = a ^ b
let to_string r = r