Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
exception Error of error * Ppx_ast__.Import.Location.t
val keyword_table : (string, Parser.token) Hashtbl.t
val preprocessor :
((unit ->
unit)
* ((Lexing.lexbuf -> Parser.token) ->
Lexing.lexbuf ->
Parser.token))
option
Pervasives.ref
val add_docstring_comment : Docstrings.docstring -> unit
val report_error : Format.formatter -> error -> unit
val __ocaml_lex_token_rec : Lexing.lexbuf -> int -> Parser.token
val token_with_comments : Lexing.lexbuf -> Parser.token
and docstring = Docstrings.docstring
val token : Lexing.lexbuf -> Parser.token
val set_preprocessor :
(unit -> unit) ->
((Lexing.lexbuf -> Parser.token) -> Lexing.lexbuf -> Parser.token) ->
unit