package reason

  1. Overview
  2. Docs
val doc_comments_filter : unit -> Reason_toolchain_conf.Ast_mapper.mapper * (('a * Migrate_parsetree__Ast_408.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 -> 'a) -> 'c -> 'a * unit
val implementation : Stdlib.Lexing.lexbuf -> Migrate_parsetree__Ast_408.Parsetree.structure_item list * unit
val core_type : Stdlib.Lexing.lexbuf -> Migrate_parsetree.OCaml_408.Ast.Parsetree.core_type * unit
val interface : Stdlib.Lexing.lexbuf -> Migrate_parsetree__Ast_408.Parsetree.signature_item list * unit
val toplevel_phrase : Stdlib.Lexing.lexbuf -> Reason_toolchain_conf.Parsetree.toplevel_phrase * unit
val use_file : Stdlib.Lexing.lexbuf -> Reason_toolchain_conf.Parsetree.toplevel_phrase list * unit
val skip_phrase : Stdlib.Lexing.lexbuf -> unit
val maybe_skip_phrase : Stdlib.Lexing.lexbuf -> unit
val safeguard_parsing : Stdlib.Lexing.lexbuf -> (unit -> 'a) -> 'a
val format_interface_with_comments : (Migrate_parsetree.OCaml_408.Ast.Parsetree.signature * 'a) -> Stdlib.Format.formatter -> unit
val format_implementation_with_comments : (Migrate_parsetree.Ast_408.Parsetree.structure * 'a) -> Stdlib.Format.formatter -> unit
module Lexer = Lexer_impl
OCaml

Innovation. Community. Security.