Module Gramlib.Ploc
exceptionExc of Loc.t * exnPloc.Exc loc eis an encapsulation of the exceptionewith the input locationloc. To be used to specify a location for an error. This exception must not be raised byraisebut rather byPloc.raise(see below), to prevent the risk of several encapsulations ofPloc.Exc.
val raise : Loc.t -> exn -> 'aPloc.raise loc e, ifeis already the exceptionPloc.Exc, re-raise it (ignoring the new locationloc), else raise the exceptionPloc.Exc loc e.
val make_unlined : (int * int) -> Loc.tPloc.make_unlinedis likePloc.makeexcept that the line number is not provided (to be used e.g. when the line number is unknown.
val dummy : Loc.tPloc.dummyis a dummy location, used in situations when location has no meaning.