Module Ocamlformat_odoc_parser.LexerSource

Sourcetype input = {
  1. file : string;
  2. offset_to_location : int -> Loc.point;
  3. warnings : Warning.t list Stdlib.ref;
  4. lexbuf : Stdlib.Lexing.lexbuf;
  5. string_buffer : Stdlib.Buffer.t;
}
Sourceval token : input -> Stdlib.Lexing.lexbuf -> Token.t Loc.with_location