Reason_toolchain_ocamlval doc_comments_filter :
unit ->
Reason_toolchain_conf.Ast_mapper.mapper
* (('a * Migrate_parsetree__Ast_408.Location.t) ->
bool)module Lexer_impl : sig ... endval parse_and_filter_doc_comments :
(Reason_toolchain_conf.Ast_mapper.mapper -> 'a -> 'b) ->
('c -> 'a) ->
'c ->
'a * unitval implementation :
Lexing.lexbuf ->
Migrate_parsetree__Ast_408.Parsetree.structure_item list * unitval core_type :
Lexing.lexbuf ->
Migrate_parsetree.OCaml_408.Ast.Parsetree.core_type * unitval interface :
Lexing.lexbuf ->
Migrate_parsetree__Ast_408.Parsetree.signature_item list * unitval filter_toplevel_phrase :
Reason_toolchain_conf.Ast_mapper.mapper ->
Reason_toolchain_conf.Parsetree.toplevel_phrase ->
unitval toplevel_phrase :
Lexing.lexbuf ->
Reason_toolchain_conf.Parsetree.toplevel_phrase * unitval use_file :
Lexing.lexbuf ->
Reason_toolchain_conf.Parsetree.toplevel_phrase list * unitval skip_phrase : Lexing.lexbuf -> unitval maybe_skip_phrase : Lexing.lexbuf -> unitval safeguard_parsing : Lexing.lexbuf -> (unit -> 'a) -> 'aval format_interface_with_comments :
(Migrate_parsetree.OCaml_408.Ast.Parsetree.signature * 'a) ->
Format.formatter ->
unitval format_implementation_with_comments :
(Migrate_parsetree.Ast_408.Parsetree.structure * 'a) ->
Format.formatter ->
unitmodule Lexer = Lexer_impl