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 * Reason_migrate_parsetree__Ast_411.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 : Stdlib.Lexing.lexbuf -> Reason_migrate_parsetree__Ast_411.Parsetree.structure_item list * unit
val core_type : Stdlib.Lexing.lexbuf -> Reason_migrate_parsetree.OCaml_411.Ast.Parsetree.core_type * unit
val interface : Stdlib.Lexing.lexbuf -> Reason_migrate_parsetree__Ast_411.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) -> 'b
val format_interface_with_comments : (Reason_migrate_parsetree.OCaml_411.Ast.Parsetree.signature * 'a) -> Stdlib.Format.formatter -> unit
val format_implementation_with_comments : (Reason_migrate_parsetree.Ast_411.Parsetree.structure * 'a) -> Stdlib.Format.formatter -> unit
module Lexer = Lexer_impl
OCaml

Innovation. Community. Security.