module Rope: Rope
Rope
type t
val of_string : string -> t
string -> t
val to_string : t -> string
t -> string
n+m
n
m
val (^) : t -> t -> t
t -> t -> t