package reason

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Lexer = Reason_lexer
type token = Reason_parser.token
type invalid_docstrings = Reason_lexer.invalid_docstrings
val initial_run : (Stdlib.Lexing.position -> 'a Reason_parser.MenhirInterpreter.checkpoint) -> Lexer.t -> 'b * Reason_lexer.invalid_docstrings
val skip_phrase : Lexer.t -> unit
val safeguard_parsing : Stdlib.Lexing.lexbuf -> (unit -> 'a) -> 'b
val format_interface_with_comments : (Ppxlib.Parsetree.signature * Reason_comment.t list) -> Stdlib.Format.formatter -> unit
val format_implementation_with_comments : (Ppxlib.Parsetree.structure * Reason_comment.t list) -> Stdlib.Format.formatter -> unit