Module Gramlib.Ploc
val make_unlined : (int * int) -> Loc.t
Ploc.make_unlined
is likePloc.make
except that the line number is not provided (to be used e.g. when the line number is unknown.
val dummy : Loc.t
Ploc.dummy
is a dummy location, used in situations when location has no meaning.