Module Odoc_parser__.Lexer
type input
=
{
file : string;
offset_to_location : int -> Odoc_model.Location_.point;
warnings : Odoc_model.Error.warning_accumulator;
lexbuf : Stdlib.Lexing.lexbuf;
}
val token : input -> Stdlib.Lexing.lexbuf -> Odoc_parser__.Token.t Odoc_model.Location_.with_location