package archetype

  1. Overview
  2. Docs
constraint 'b map = 'b map
method visit_Pwild : 'b -> 'c -> pattern_unloc
method visit_Pref : 'b -> 'd -> pname Archetype.Location.loced -> lident list -> pattern_unloc
method visit_pattern_unloc : 'b -> 'e -> pattern_unloc -> pattern_unloc
method visit_PIdent : 'b -> 'f -> Archetype.Ident.ident -> pname
method visit_PCons : 'b -> 'g -> pname
method visit_PNil : 'b -> 'h -> pname
method visit_PSome : 'b -> 'i -> pname
method visit_PNone : 'b -> 'j -> pname
method visit_PLeft : 'b -> 'k -> pname
method visit_PRight : 'b -> 'l -> pname
method visit_pname : 'b -> 'm -> pname -> pname
method visit_VLBefore : 'b -> 'o -> var_label
method visit_VLIdent : 'b -> 'p -> lident -> var_label
method visit_var_label : 'b -> 'q -> var_label -> var_label
method visit_VSAdded : 'b -> 'r -> var_vset
method visit_VSUnmoved : 'b -> 's -> var_vset
method visit_VSRemoved : 'b -> 't -> var_vset
method visit_var_vset : 'b -> 'u -> var_vset -> var_vset
method visit_FIsimple : 'b -> 'v -> lident -> for_ident_unloc
method visit_FIdouble : 'b -> 'w -> lident -> lident -> for_ident_unloc
method visit_for_ident_unloc : 'b -> 'x -> for_ident_unloc -> for_ident_unloc
method visit_TTsimple : 'b -> 'z -> expr -> expr -> transfer_t
method visit_TTcontract : 'b -> 'a1 -> expr -> expr -> lident -> type_t -> expr -> transfer_t
method visit_TTentry : 'b -> 'b1 -> expr -> lident -> expr -> transfer_t
method visit_TTself : 'b -> 'c1 -> expr -> lident -> expr list -> transfer_t
method visit_TToperation : 'b -> 'd1 -> expr -> transfer_t
method visit_transfer_t : 'b -> 'e1 -> transfer_t -> transfer_t
method visit_Eterm : 'b -> 'f1 -> (var_vset option * var_label option) -> lident -> expr_unloc
method visit_Eliteral : 'b -> 'g1 -> literal -> expr_unloc
method visit_Earray : 'b -> 'h1 -> expr list -> expr_unloc
method visit_Erecord : 'b -> 'i1 -> record_item list -> expr_unloc
method visit_Etuple : 'b -> 'j1 -> expr list -> expr_unloc
method visit_Edot : 'b -> 'k1 -> expr -> lident -> expr_unloc
method visit_Esqapp : 'b -> 'l1 -> expr -> expr -> expr_unloc
method visit_Emulticomp : 'b -> 'm1 -> expr -> (comparison_operator Archetype.Location.loced * expr) list -> expr_unloc
method visit_Eapp : 'b -> 'n1 -> function_ -> expr list -> expr_unloc
method visit_Emethod : 'b -> 'o1 -> expr -> lident -> expr list -> expr_unloc
method visit_Etransfer : 'b -> 'p1 -> transfer_t -> expr_unloc
method visit_Edorequire : 'b -> 'q1 -> expr -> expr -> expr_unloc
method visit_Edofailif : 'b -> 'r1 -> expr -> expr -> expr_unloc
method visit_Efail : 'b -> 's1 -> expr -> expr_unloc
method visit_Eassign : 'b -> 't1 -> assignment_operator -> expr -> expr -> expr_unloc
method visit_Eif : 'b -> 'u1 -> expr -> expr -> expr option -> expr_unloc
method visit_Efor : 'b -> 'v1 -> lident option -> for_ident_unloc Archetype.Location.loced -> expr -> expr -> expr_unloc
method visit_Eiter : 'b -> 'w1 -> lident option -> lident -> expr option -> expr -> expr -> expr_unloc
method visit_Ewhile : 'b -> 'x1 -> lident option -> expr -> expr -> expr_unloc
method visit_Eseq : 'b -> 'y1 -> expr -> expr -> expr_unloc
method visit_Eletin : 'b -> 'z1 -> lident -> type_t option -> expr -> expr -> expr option -> expr_unloc
method visit_Evar : 'b -> 'a2 -> lident -> type_t option -> expr -> expr_unloc
method visit_Ematchwith : 'b -> 'b2 -> expr -> branch list -> expr_unloc
method visit_Efold : 'b -> 'c2 -> expr -> lident -> expr -> expr_unloc
method visit_Emap : 'b -> 'd2 -> expr -> lident -> expr -> expr_unloc
method visit_Erecupdate : 'b -> 'e2 -> expr -> (lident * expr) list -> expr_unloc
method visit_Equantifier : 'b -> 'f2 -> quantifier -> lident -> quantifier_kind -> expr -> expr_unloc
method visit_Eassert : 'b -> 'g2 -> lident -> expr_unloc
method visit_Elabel : 'b -> 'h2 -> lident -> expr_unloc
method visit_Ereturn : 'b -> 'i2 -> expr -> expr_unloc
method visit_Eoption : 'b -> 'j2 -> option_ -> expr_unloc
method visit_Eor : 'b -> 'k2 -> or_ -> expr_unloc
method visit_Elambda : 'b -> 'l2 -> type_t option -> lident -> type_t option -> expr -> expr_unloc
method visit_Eentrypoint : 'b -> 'm2 -> type_t -> expr -> expr -> expr_unloc
method visit_Eunpack : 'b -> 'n2 -> type_t -> expr -> expr_unloc
method visit_Eself : 'b -> 'o2 -> lident -> expr_unloc
method visit_Eany : 'b -> 'p2 -> expr_unloc
method visit_Enothing : 'b -> 'q2 -> expr_unloc
method visit_Eunit : 'b -> 'r2 -> expr_unloc
method visit_Einvalid : 'b -> 's2 -> expr_unloc
method visit_expr_unloc : 'b -> 't2 -> expr_unloc -> expr_unloc
method visit_branch : 'b -> 'u2 -> branch -> pattern list * expr
method visit_Added : 'b -> 'v2 -> scope
method visit_After : 'b -> 'w2 -> scope
method visit_Before : 'b -> 'x2 -> scope
method visit_Fixed : 'b -> 'y2 -> scope
method visit_Removed : 'b -> 'z2 -> scope
method visit_Stable : 'b -> 'a3 -> scope
method visit_scope : 'b -> 'b3 -> scope -> scope
method visit_Qcollection : 'b -> 'c3 -> expr -> quantifier_kind
method visit_Qtype : 'b -> 'd3 -> type_t -> quantifier_kind
method visit_quantifier_kind : 'b -> 'e3 -> quantifier_kind -> quantifier_kind
method visit_OSome : 'b -> 'f3 -> expr -> option_
method visit_ONone : 'b -> 'g3 -> type_t option -> option_
method visit_option_ : 'b -> 'h3 -> option_ -> option_
method visit_Oleft : 'b -> 'i3 -> type_t option -> type_t -> expr -> or_
method visit_Oright : 'b -> 'j3 -> type_t -> type_t option -> expr -> or_
method visit_or_ : 'b -> 'k3 -> or_ -> or_
method visit_Fident : 'b -> 'l3 -> lident -> function_
method visit_Foperator : 'b -> 'm3 -> operator Archetype.Location.loced -> function_
method visit_function_ : 'b -> 'n3 -> function_ -> function_
method visit_Lint : 'b -> 'o3 -> Archetype.Core.big_int -> literal
method visit_Lnat : 'b -> 'p3 -> Archetype.Core.big_int -> literal
method visit_Ldecimal : 'b -> 'q3 -> string -> literal
method visit_Ltz : 'b -> 'r3 -> string -> literal
method visit_Lmtz : 'b -> 's3 -> string -> literal
method visit_Lutz : 'b -> 't3 -> string -> literal
method visit_Laddress : 'b -> 'u3 -> string -> literal
method visit_Lstring : 'b -> 'v3 -> string -> literal
method visit_Lbool : 'b -> 'w3 -> bool -> literal
method visit_Lduration : 'b -> 'x3 -> string -> literal
method visit_Ldate : 'b -> 'y3 -> string -> literal
method visit_Lbytes : 'b -> 'z3 -> string -> literal
method visit_Lpercent : 'b -> 'a4 -> string -> literal
method visit_literal : 'b -> 'b4 -> literal -> literal
method visit_record_item : 'b -> 'c4 -> record_item -> (assignment_operator * lident) option * expr
method visit_expr : 'b -> 'd4 -> expr -> expr
method visit_lident_typ : 'b -> 'e4 -> lident_typ -> lident * type_t * extension list option
method visit_label_expr : 'b -> 'f4 -> (lident * expr) Archetype.Location.loced -> (lident * expr) Archetype.Location.loced
method visit_label_exprs : 'b -> 'g4 -> label_exprs -> label_exprs
method visit_Eextension : 'b -> 'h4 -> lident -> expr list -> extension_unloc
method visit_extension_unloc : 'b -> 'i4 -> extension_unloc -> extension_unloc
method visit_exts : 'b -> 'k4 -> exts -> exts
method visit_Ffield : 'b -> 'l4 -> lident -> type_t -> expr option -> exts -> field_unloc
method visit_field_unloc : 'b -> 'm4 -> field_unloc -> field_unloc
method visit_args : 'b -> 'o4 -> args -> args
method visit_invariants : 'b -> 'p4 -> invariants -> invariants
method visit_Vpredicate : 'b -> 'q4 -> lident -> args -> expr -> specification_item_unloc
method visit_Vdefinition : 'b -> 'r4 -> lident -> type_t -> lident -> expr -> specification_item_unloc
method visit_Vvariable : 'b -> 's4 -> lident -> type_t -> expr option -> specification_item_unloc
method visit_Veffect : 'b -> 't4 -> expr -> specification_item_unloc
method visit_Vassert : 'b -> 'u4 -> (lident * expr * invariants * lident list) -> specification_item_unloc
method visit_Vfails : 'b -> 'v4 -> (lident * lident option * lident * type_t * expr) list -> specification_item_unloc
method visit_Vpostcondition : 'b -> 'w4 -> (lident * expr * invariants * lident list * postkind option) -> specification_item_unloc
method visit_specification_item_unloc : 'b -> 'x4 -> specification_item_unloc -> specification_item_unloc
method visit_PKPost : 'b -> 'y4 -> postkind
method visit_PKInv : 'b -> 'z4 -> postkind
method visit_postkind : 'b -> 'a5 -> postkind -> postkind
method visit_specification_unloc : 'b -> 'c5 -> specification_unloc -> specification_item list * exts
method visit_Sident : 'b -> 'e5 -> lident -> security_arg_unloc
method visit_Sdot : 'b -> 'f5 -> lident -> lident -> security_arg_unloc
method visit_Slist : 'b -> 'g5 -> security_arg list -> security_arg_unloc
method visit_Sapp : 'b -> 'h5 -> lident -> security_arg list -> security_arg_unloc
method visit_Sbut : 'b -> 'i5 -> lident -> security_arg -> security_arg_unloc
method visit_Sto : 'b -> 'j5 -> lident -> security_arg -> security_arg_unloc
method visit_security_arg_unloc : 'b -> 'k5 -> security_arg_unloc -> security_arg_unloc
method visit_security_arg : 'b -> 'l5 -> security_arg -> security_arg
method visit_security_item_unloc : 'b -> 'm5 -> security_item_unloc -> lident * lident * security_arg list
method visit_security_unloc : 'b -> 'o5 -> security_unloc -> security_item list * exts
method visit_s_function : 'b -> 'q5 -> s_function -> s_function
method visit_entry_properties : 'b -> 'r5 -> entry_properties -> entry_properties
method visit_transition : 'b -> 's5 -> transition -> transition
method visit_parameter : 'b -> 't5 -> (lident * type_t * expr option * bool) Archetype.Location.loced -> (lident * type_t * expr option * bool) Archetype.Location.loced
method visit_parameters : 'b -> 'u5 -> parameters -> parameters
method visit_Muri : 'b -> 'v5 -> string Archetype.Location.loced -> metadata
method visit_Mjson : 'b -> 'w5 -> string Archetype.Location.loced -> metadata
method visit_metadata : 'b -> 'x5 -> metadata -> metadata
method visit_VKvariable : 'b -> 'y5 -> variable_kind
method visit_VKconstant : 'b -> 'z5 -> variable_kind
method visit_variable_kind : 'b -> 'a6 -> variable_kind -> variable_kind
method visit_EKenum : 'b -> 'b6 -> lident -> enum_kind
method visit_EKstate : 'b -> 'c6 -> enum_kind
method visit_enum_kind : 'b -> 'd6 -> enum_kind -> enum_kind
method visit_Darchetype : 'b -> 'e6 -> lident -> parameters -> metadata option -> exts -> declaration_unloc
method visit_Dvariable : 'b -> 'f6 -> variable_decl -> declaration_unloc
method visit_Denum : 'b -> 'g6 -> enum_kind -> enum_decl -> declaration_unloc
method visit_Dasset : 'b -> 'h6 -> asset_decl -> declaration_unloc
method visit_Drecord : 'b -> 'i6 -> record_decl -> declaration_unloc
method visit_Dentry : 'b -> 'j6 -> entry_decl -> declaration_unloc
method visit_Dtransition : 'b -> 'k6 -> transition_decl -> declaration_unloc
method visit_Dextension : 'b -> 'l6 -> extension_decl -> declaration_unloc
method visit_Dnamespace : 'b -> 'm6 -> namespace_decl -> declaration_unloc
method visit_Dfunction : 'b -> 'n6 -> s_function -> declaration_unloc
method visit_Dspecification : 'b -> 'o6 -> specification_unloc Archetype.Location.loced -> declaration_unloc
method visit_Dspecasset : 'b -> 'p6 -> (lident * label_exprs) -> declaration_unloc
method visit_Dspecfun : 'b -> 'q6 -> specfun -> declaration_unloc
method visit_Dspecvariable : 'b -> 'r6 -> (lident * label_exprs) -> declaration_unloc
method visit_Dsecurity : 'b -> 's6 -> security_unloc Archetype.Location.loced -> declaration_unloc
method visit_Dtype : 'b -> 't6 -> lident -> type_t -> declaration_unloc
method visit_Dinvalid : 'b -> 'u6 -> declaration_unloc
method visit_declaration_unloc : 'b -> 'v6 -> declaration_unloc -> declaration_unloc
method visit_SKentry : 'b -> 'w6 -> specfun_kind
method visit_SKfunction : 'b -> 'x6 -> specfun_kind
method visit_SKgetter : 'b -> 'y6 -> specfun_kind
method visit_specfun_kind : 'b -> 'z6 -> specfun_kind -> specfun_kind
method visit_specfun : 'b -> 'a7 -> specfun -> specfun_kind * lident * args * specification
method visit_variable_decl : 'b -> 'b7 -> variable_decl -> lident * type_t * expr option * variable_kind * label_exprs * exts
method visit_enum_decl : 'b -> 'c7 -> enum_decl -> (lident * type_t list * enum_option list) list * exts
method visit_asset_decl : 'b -> 'd7 -> asset_decl -> lident * field list * field list * asset_option list * asset_post_option list * asset_operation option * exts
method visit_record_decl : 'b -> 'e7 -> record_decl -> lident * field list * expr option * exts
method visit_entry_decl : 'b -> 'f7 -> entry_decl -> lident * args * entry_properties * (expr * exts) option * exts
method visit_transition_decl : 'b -> 'g7 -> transition_decl -> lident * args * (lident * type_t) option * expr * entry_properties * transition * exts
method visit_extension_decl : 'b -> 'h7 -> extension_decl -> lident * expr list
method visit_namespace_decl : 'b -> 'i7 -> namespace_decl -> lident * declaration list
method visit_AOidentifiedby : 'b -> 'j7 -> lident list -> asset_option
method visit_AOsortedby : 'b -> 'k7 -> lident -> asset_option
method visit_AOtoBigMap : 'b -> 'l7 -> asset_option
method visit_asset_option : 'b -> 'm7 -> asset_option -> asset_option
method visit_APOstates : 'b -> 'n7 -> lident -> asset_post_option
method visit_APOconstraints : 'b -> 'o7 -> label_exprs -> asset_post_option
method visit_APOinit : 'b -> 'p7 -> expr list -> asset_post_option
method visit_asset_post_option : 'b -> 'q7 -> asset_post_option -> asset_post_option
method visit_EOinitial : 'b -> 'r7 -> enum_option
method visit_EOspecification : 'b -> 's7 -> label_exprs -> enum_option
method visit_enum_option : 'b -> 't7 -> enum_option -> enum_option
method visit_declaration : 'b -> 'u7 -> declaration -> declaration
method visit_AOadd : 'b -> 'v7 -> asset_operation_enum
method visit_AOremove : 'b -> 'w7 -> asset_operation_enum
method visit_AOupdate : 'b -> 'x7 -> asset_operation_enum
method visit_asset_operation_enum : 'b -> 'y7 -> asset_operation_enum -> asset_operation_enum
method visit_AssetOperation : 'b -> 'z7 -> asset_operation_enum list -> expr option -> asset_operation
method visit_asset_operation : 'b -> 'a8 -> asset_operation -> asset_operation
method visit_Marchetype : 'b -> 'b8 -> declaration list -> archetype_unloc
method visit_Mextension : 'b -> 'c8 -> lident -> declaration list -> declaration list -> archetype_unloc
method visit_archetype_unloc : 'b -> 'd8 -> archetype_unloc -> archetype_unloc