package camlp5

  1. Overview
  2. Docs
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