Parameter Convert.A
module Ast : sig ... endAst definition for this version
type types =
< structure : A.Ast.Parsetree.structure
; signature : A.Ast.Parsetree.signature
; toplevel_phrase : A.Ast.Parsetree.toplevel_phrase
; core_type : A.Ast.Parsetree.core_type
; expression : A.Ast.Parsetree.expression
; pattern : A.Ast.Parsetree.pattern
; case : A.Ast.Parsetree.case
; type_declaration : A.Ast.Parsetree.type_declaration
; type_extension : A.Ast.Parsetree.type_extension
; extension_constructor : A.Ast.Parsetree.extension_constructor
; class_expr : A.Ast.Parsetree.class_expr
; class_field : A.Ast.Parsetree.class_field
; class_type : A.Ast.Parsetree.class_type
; class_signature : A.Ast.Parsetree.class_signature
; class_type_field : A.Ast.Parsetree.class_type_field
; module_expr : A.Ast.Parsetree.module_expr
; module_type : A.Ast.Parsetree.module_type
; signature_item : A.Ast.Parsetree.signature_item
; structure_item : A.Ast.Parsetree.structure_item >Shortcut for talking about Ast types
A construtor for recovering type equalities between two arbitrary versions.
val migration_info : A.types Ppxlib_ast__.Versions.migration_infoInformation used to derive migration functions, see below