Legend:
Library
Module
Module type
Parameter
Class
Class type
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