package reason

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Reason_toolchain_ocamlSource

Sourceval doc_comments_filter : unit -> Reason_toolchain_conf.Ast_mapper.mapper * (('a * Reason_migrate_parsetree__Ast_411.Location.t) -> bool)
Sourcemodule Lexer_impl : sig ... end
module OCaml_parser = Parser
Sourcetype token = OCaml_parser.token
Sourcetype invalid_docstrings = unit
Sourceval parse_and_filter_doc_comments : (Reason_toolchain_conf.Ast_mapper.mapper -> 'a -> 'b) -> ('c -> 'a) -> 'c -> 'a * unit
Sourceval implementation : Lexing.lexbuf -> Reason_migrate_parsetree__Ast_411.Parsetree.structure_item list * unit
Sourceval interface : Lexing.lexbuf -> Reason_migrate_parsetree__Ast_411.Parsetree.signature_item list * unit
Sourceval skip_phrase : Lexing.lexbuf -> unit
Sourceval maybe_skip_phrase : Lexing.lexbuf -> unit
Sourceval safeguard_parsing : Lexing.lexbuf -> (unit -> 'a) -> 'a
Sourceval format_interface_with_comments : (Reason_migrate_parsetree.OCaml_411.Ast.Parsetree.signature * 'a) -> Format.formatter -> unit
Sourceval format_implementation_with_comments : (Reason_migrate_parsetree.Ast_411.Parsetree.structure * 'a) -> Format.formatter -> unit
Sourcemodule Lexer = Lexer_impl