module For_cst : sig ... endmodule Just_positions : sig ... endThe recorded positions are stored elsewhere
type t =| Empty| Open of t| Sexp of Sexplib0.Sexp.t * t
val empty : tval get_single : t -> Sexplib0.Sexp.tRaises if
tis not exactly one complete sexp.
val get_many : t -> Sexplib0.Sexp.t listRaises if
tcontains a partial sexp.