String_zipper.Private
type zipper := t
type nonrec t = {
left : Lsp__.Substring.t list;
rel_pos : int;
abs_pos : int;
current : Lsp__.Substring.t;
line : int;
right : Lsp__.Substring.t list;
}
val reflect : zipper -> t