Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
module Lexer_impl = Lexer
module Parser_impl = Parser
val implementation :
Lexing.lexbuf ->
Migrate_parsetree.OCaml_404.Ast.Parsetree.structure
val core_type :
Lexing.lexbuf ->
Migrate_parsetree.OCaml_404.Ast.Parsetree.core_type
val interface :
Lexing.lexbuf ->
Migrate_parsetree.OCaml_404.Ast.Parsetree.signature
val toplevel_phrase :
Lexing.lexbuf ->
Migrate_parsetree.OCaml_404.Ast.Parsetree.toplevel_phrase
val use_file :
Lexing.lexbuf ->
Migrate_parsetree.OCaml_404.Ast.Parsetree.toplevel_phrase 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