Ppxlib_ast.Select_astmodule Ocaml : sig ... endmodule Ast = Astlib.Ast_412Ast definition for this version
type types =
< structure : Ast.Parsetree.structure
; signature : Ast.Parsetree.signature
; toplevel_phrase : Ast.Parsetree.toplevel_phrase
; core_type : Ast.Parsetree.core_type
; expression : Ast.Parsetree.expression
; pattern : Ast.Parsetree.pattern
; case : Ast.Parsetree.case
; type_declaration : Ast.Parsetree.type_declaration
; type_extension : Ast.Parsetree.type_extension
; extension_constructor : Ast.Parsetree.extension_constructor >Shortcut for talking about Ast types
A construtor for recovering type equalities between two arbitrary versions.
val migration_info : types Ppxlib_ast__Versions.migration_infoInformation used to derive migration functions, see below
module Type : sig ... endmodule Of_ocaml : sig ... endmodule To_ocaml : sig ... endval of_ocaml : 'ocaml 'js. ( 'js, 'ocaml ) Type.t -> 'ocaml -> 'jsval to_ocaml : 'ocaml 'js. ( 'js, 'ocaml ) Type.t -> 'js -> 'ocamlval of_ocaml_mapper : ( 'a, 'b ) Type.t -> ( 'c -> 'b -> 'b ) -> 'c -> 'a -> 'aval to_ocaml_mapper : ( 'a, 'b ) Type.t -> ( 'c -> 'a -> 'a ) -> 'c -> 'b -> 'b