module Locs: sig .. end
sig
end
type state
val create : unit -> state
unit -> state
To call when the source buffer is about to be discarded
val clear : state -> unit
state -> unit