package reason

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val doc_comments_filter : unit -> Reason_toolchain_conf.Ast_mapper.mapper * (('a * Location.t) -> bool)
module Lexer_impl : sig ... end
module OCaml_parser = Parser
type token = OCaml_parser.token
type invalid_docstrings = unit
val parse_and_filter_doc_comments : (Reason_toolchain_conf.Ast_mapper.mapper -> 'a -> 'b) -> ('c -> 'd) -> 'e -> 'f * unit
val implementation : Lexing.lexbuf -> Reason_omp__Ast_411.Parsetree.structure_item list * unit
val interface : Lexing.lexbuf -> Reason_omp__Ast_411.Parsetree.signature_item list * unit
val skip_phrase : Lexing.lexbuf -> unit
val maybe_skip_phrase : Lexing.lexbuf -> unit
val safeguard_parsing : Lexing.lexbuf -> (unit -> 'a) -> 'b
val format_interface_with_comments : (Reason_omp.OCaml_411.Ast.Parsetree.signature * 'a) -> Format.formatter -> unit
val format_implementation_with_comments : (Reason_omp.Ast_411.Parsetree.structure * 'a) -> Format.formatter -> unit
module Lexer = Lexer_impl