Pcoq.Parsableval make : ?loc:Loc.t -> ?fix_loc:(Loc.t -> Loc.t) -> char Gramlib.Stream.t -> tmake ?loc ?fix_loc stream builds a parsable starting at pos loc, and will apply fix_loc to each token. The use of the fix_loc parameter is internal and will be removed in the future as it is reserved to the XML protocol.
val comments : t -> ((int * int) * string) listval consume : t -> int -> unit