Module Plexing.Locations

type t = {
  1. locations : Ploc.t option array ref;
  2. overflow : bool ref;
}
val create : unit -> t
val lookup : t -> int -> Ploc.t
val add : t -> int -> Ploc.t -> unit