package reason

  1. Overview
  2. Docs
val doc_comments_filter : unit -> Migrate_parsetree.Ast_404.Ast_mapper.mapper * (('a * Location.t) -> bool)
module Lexer_impl : sig ... end
module OCaml_parser = Parser
type token = OCaml_parser.token
val parse_and_filter_doc_comments : (Migrate_parsetree.Ast_404.Ast_mapper.mapper -> 'a -> 'b) -> ('c -> 'a) -> 'c -> 'a
val implementation : Lexing.lexbuf -> Migrate_parsetree__Ast_404.Parsetree.structure_item list
val interface : Lexing.lexbuf -> Migrate_parsetree__Ast_404.Parsetree.signature_item list
val skip_phrase : Lexing.lexbuf -> unit
val maybe_skip_phrase : Lexing.lexbuf -> unit
val safeguard_parsing : Lexing.lexbuf -> (unit -> 'a) -> 'a
val format_interface_with_comments : (Migrate_parsetree.OCaml_404.Ast.Parsetree.signature * 'a) -> Format.formatter -> unit
val format_implementation_with_comments : (Migrate_parsetree.OCaml_404.Ast.Parsetree.structure * 'a) -> Format.formatter -> unit