Module Reason_toolchain_reasonSource

Sourcemodule Lexer = Reason_lexer
Sourcetype invalid_docstrings = Reason_lexer.invalid_docstrings
Sourceval implementation : Lexer.t -> Ppxlib.Parsetree.structure * Reason_lexer.invalid_docstrings
Sourceval interface : Lexer.t -> Ppxlib.Parsetree.signature * Reason_lexer.invalid_docstrings
Sourceval skip_phrase : Lexer.t -> unit
Sourceval safeguard_parsing : Lexing.lexbuf -> (unit -> 'a) -> 'a
Sourceval format_interface_with_comments : (Ppxlib.Parsetree.signature * Reason_comment.t list) -> Format.formatter -> unit
Sourceval format_implementation_with_comments : (Ppxlib.Parsetree.structure * Reason_comment.t list) -> Format.formatter -> unit