package archetype

  1. Overview
  2. Docs
constraint 'b reduce = 'b reduce
method visit_Pwild : 'c -> 'd
method visit_Pref : 'e -> lident -> 'f
method visit_pattern_unloc : 'g -> pattern_unloc -> 'h
method visit_pattern : 'i -> pattern_unloc Archetype.Location.loced -> 'j
method visit_VLBefore : 'k -> 'l
method visit_VLIdent : 'm -> lident -> 'n
method visit_var_label : 'o -> var_label -> 'p
method visit_VSAdded : 'q -> 'r
method visit_VSUnmoved : 's -> 't
method visit_VSRemoved : 'u -> 'v
method visit_var_vset : 'w -> var_vset -> 'x
method visit_FIsimple : 'y -> lident -> 'z
method visit_FIdouble : 'a1 -> lident -> lident -> 'b1
method visit_for_ident_unloc : 'c1 -> for_ident_unloc -> 'd1
method visit_for_ident : 'e1 -> for_ident_unloc Archetype.Location.loced -> 'f1
method visit_TTsimple : 'g1 -> expr -> 'h1
method visit_TTcontract : 'i1 -> expr -> lident -> type_t -> expr -> 'j1
method visit_TTentry : 'k1 -> lident -> expr -> 'l1
method visit_TTself : 'm1 -> lident -> expr list -> 'n1
method visit_transfer_t : 'o1 -> transfer_t -> 'p1
method visit_Eterm : 'q1 -> (var_vset option * var_label option) -> lident -> 'r1
method visit_Eliteral : 's1 -> literal -> 't1
method visit_Earray : 'u1 -> expr list -> 'v1
method visit_Erecord : 'w1 -> record_item list -> 'x1
method visit_Etuple : 'y1 -> expr list -> 'z1
method visit_Edot : 'a2 -> expr -> lident -> 'b2
method visit_Esqapp : 'c2 -> expr -> expr -> 'd2
method visit_Emulticomp : 'e2 -> expr -> (comparison_operator Archetype.Location.loced * expr) list -> 'f2
method visit_Eapp : 'g2 -> function_ -> expr list -> 'h2
method visit_Emethod : 'i2 -> expr -> lident -> expr list -> 'j2
method visit_Etransfer : 'k2 -> expr -> transfer_t -> 'l2
method visit_Edorequire : 'm2 -> expr -> expr -> 'n2
method visit_Edofailif : 'o2 -> expr -> expr -> 'p2
method visit_Efail : 'q2 -> expr -> 'r2
method visit_Eassign : 's2 -> assignment_operator -> expr -> expr -> 't2
method visit_Eif : 'u2 -> expr -> expr -> expr option -> 'v2
method visit_Efor : 'w2 -> lident option -> for_ident_unloc Archetype.Location.loced -> expr -> expr -> 'x2
method visit_Eiter : 'y2 -> lident option -> lident -> expr option -> expr -> expr -> 'z2
method visit_Ewhile : 'a3 -> lident option -> expr -> expr -> 'b3
method visit_Eseq : 'c3 -> expr -> expr -> 'd3
method visit_Eletin : 'e3 -> lident -> type_t option -> expr -> expr -> expr option -> 'f3
method visit_Evar : 'g3 -> lident -> type_t option -> expr -> 'h3
method visit_Ematchwith : 'i3 -> expr -> branch list -> 'j3
method visit_Erecupdate : 'k3 -> expr -> (lident * expr) list -> 'l3
method visit_Equantifier : 'm3 -> quantifier -> lident -> quantifier_kind -> expr -> 'n3
method visit_Eassert : 'o3 -> lident -> 'p3
method visit_Elabel : 'q3 -> lident -> 'r3
method visit_Ereturn : 's3 -> expr -> 't3
method visit_Eoption : 'u3 -> option_ -> 'v3
method visit_Eentrypoint : 'w3 -> type_t -> expr -> expr -> 'x3
method visit_Eunpack : 'y3 -> type_t -> expr -> 'z3
method visit_Eself : 'a4 -> lident -> 'b4
method visit_Eany : 'c4 -> 'd4
method visit_Enothing : 'e4 -> 'f4
method visit_Einvalid : 'g4 -> 'h4
method visit_expr_unloc : 'i4 -> expr_unloc -> 'j4
method visit_branch : 'k4 -> branch -> 'l4
method visit_Added : 'm4 -> 'n4
method visit_After : 'o4 -> 'p4
method visit_Before : 'q4 -> 'r4
method visit_Fixed : 's4 -> 't4
method visit_Removed : 'u4 -> 'v4
method visit_Stable : 'w4 -> 'x4
method visit_scope : 'y4 -> scope -> 'z4
method visit_Qcollection : 'a5 -> expr -> 'b5
method visit_Qtype : 'c5 -> type_t -> 'd5
method visit_quantifier_kind : 'e5 -> quantifier_kind -> 'f5
method visit_OSome : 'g5 -> expr -> 'h5
method visit_ONone : 'i5 -> 'j5
method visit_option_ : 'k5 -> option_ -> 'l5
method visit_Fident : 'm5 -> lident -> 'n5
method visit_Foperator : 'o5 -> operator Archetype.Location.loced -> 'p5
method visit_function_ : 'q5 -> function_ -> 'r5
method visit_Lint : 's5 -> Archetype.Core.big_int -> 't5
method visit_Lnat : 'u5 -> Archetype.Core.big_int -> 'v5
method visit_Ldecimal : 'w5 -> string -> 'x5
method visit_Ltz : 'y5 -> Archetype.Core.big_int -> 'z5
method visit_Lmtz : 'a6 -> Archetype.Core.big_int -> 'b6
method visit_Lutz : 'c6 -> Archetype.Core.big_int -> 'd6
method visit_Laddress : 'e6 -> string -> 'f6
method visit_Lstring : 'g6 -> string -> 'h6
method visit_Lbool : 'i6 -> bool -> 'j6
method visit_Lduration : 'k6 -> string -> 'l6
method visit_Ldate : 'm6 -> string -> 'n6
method visit_Lbytes : 'o6 -> string -> 'p6
method visit_Lpercent : 'q6 -> Archetype.Core.big_int -> 'r6
method visit_literal : 's6 -> literal -> 't6
method visit_record_item : 'u6 -> record_item -> 'v6
method visit_expr : 'w6 -> expr -> 'j
method visit_lident_typ : 'x6 -> lident_typ -> 'y6
method visit_label_expr : 'z6 -> (lident * expr) Archetype.Location.loced -> 'j
method visit_label_exprs : 'a7 -> label_exprs -> 'j
method visit_Eextension : 'b7 -> lident -> expr list -> 'c7
method visit_extension_unloc : 'd7 -> extension_unloc -> 'e7
method visit_extension : 'f7 -> extension_unloc Archetype.Location.loced -> 'j
method visit_exts : 'g7 -> exts -> 'j
method visit_Ffield : 'h7 -> lident -> type_t -> expr option -> exts -> 'i7
method visit_field_unloc : 'j7 -> field_unloc -> 'k7
method visit_field : 'l7 -> field_unloc Archetype.Location.loced -> 'j
method visit_args : 'm7 -> args -> 'j
method visit_invariants : 'n7 -> invariants -> 'j
method visit_Vpredicate : 'o7 -> lident -> args -> expr -> 'p7
method visit_Vdefinition : 'q7 -> lident -> type_t -> lident -> expr -> 'r7
method visit_Vvariable : 's7 -> lident -> type_t -> expr option -> 't7
method visit_Veffect : 'u7 -> expr -> 'v7
method visit_Vassert : 'w7 -> (lident * expr * invariants * lident list) -> 'x7
method visit_Vfails : 'y7 -> (lident * lident * type_t * expr) list -> 'z7
method visit_Vpostcondition : 'a8 -> (lident * expr * invariants * lident list * postkind option) -> 'b8
method visit_specification_item_unloc : 'c8 -> specification_item_unloc -> 'd8
method visit_PKPost : 'e8 -> 'f8
method visit_PKInv : 'g8 -> 'h8
method visit_postkind : 'i8 -> postkind -> 'j8
method visit_specification_item : 'k8 -> specification_item_unloc Archetype.Location.loced -> 'j
method visit_specification_unloc : 'l8 -> specification_unloc -> 'm8
method visit_specification : 'n8 -> specification_unloc Archetype.Location.loced -> 'j
method visit_Sident : 'o8 -> lident -> 'p8
method visit_Sdot : 'q8 -> lident -> lident -> 'r8
method visit_Slist : 's8 -> security_arg list -> 't8
method visit_Sapp : 'u8 -> lident -> security_arg list -> 'v8
method visit_Sbut : 'w8 -> lident -> security_arg -> 'x8
method visit_Sto : 'y8 -> lident -> security_arg -> 'z8
method visit_security_arg_unloc : 'a9 -> security_arg_unloc -> 'b9
method visit_security_arg : 'c9 -> security_arg -> 'j
method visit_security_item_unloc : 'd9 -> security_item_unloc -> 'e9
method visit_security_item : 'f9 -> security_item_unloc Archetype.Location.loced -> 'j
method visit_security_unloc : 'g9 -> security_unloc -> 'h9
method visit_security : 'i9 -> security_unloc Archetype.Location.loced -> 'f1
method visit_s_function : 'j9 -> s_function -> 'k9
method visit_entry_properties : 'l9 -> entry_properties -> 'm9
method visit_transition : 'n9 -> transition -> 'j
method visit_VKvariable : 'o9 -> 'p9
method visit_VKconstant : 'q9 -> 'r9
method visit_variable_kind : 's9 -> variable_kind -> 't9
method visit_EKenum : 'u9 -> lident -> 'v9
method visit_EKstate : 'w9 -> 'x9
method visit_enum_kind : 'y9 -> enum_kind -> 'z9
method visit_Darchetype : 'a10 -> lident -> exts -> 'b10
method visit_Dvariable : 'c10 -> variable_decl -> 'd10
method visit_Denum : 'e10 -> enum_kind -> enum_decl -> 'f10
method visit_Dasset : 'g10 -> asset_decl -> 'h10
method visit_Drecord : 'i10 -> record_decl -> 'j10
method visit_Dentry : 'k10 -> entry_decl -> 'l10
method visit_Dtransition : 'm10 -> transition_decl -> 'n10
method visit_Dextension : 'o10 -> extension_decl -> 'p10
method visit_Dnamespace : 'q10 -> namespace_decl -> 'r10
method visit_Dfunction : 's10 -> s_function -> 't10
method visit_Dspecification : 'u10 -> specification_unloc Archetype.Location.loced -> 'v10
method visit_Dspecasset : 'w10 -> (lident * label_exprs) -> 'x10
method visit_Dspecfun : 'y10 -> specfun -> 'z10
method visit_Dspecvariable : 'a11 -> (lident * label_exprs) -> 'b11
method visit_Dsecurity : 'c11 -> security_unloc Archetype.Location.loced -> 'd11
method visit_Dinvalid : 'e11 -> 'f11
method visit_declaration_unloc : 'g11 -> declaration_unloc -> 'h11
method visit_SKentry : 'i11 -> 'j11
method visit_SKfunction : 'k11 -> 'l11
method visit_SKgetter : 'm11 -> 'n11
method visit_specfun_kind : 'o11 -> specfun_kind -> 'p11
method visit_specfun : 'q11 -> specfun -> 'r11
method visit_variable_decl : 's11 -> variable_decl -> 't11
method visit_enum_decl : 'u11 -> enum_decl -> 'v11
method visit_asset_decl : 'w11 -> asset_decl -> 'x11
method visit_record_decl : 'y11 -> record_decl -> 'z11
method visit_entry_decl : 'a12 -> entry_decl -> 'b12
method visit_transition_decl : 'c12 -> transition_decl -> 'd12
method visit_extension_decl : 'e12 -> extension_decl -> 'f12
method visit_namespace_decl : 'g12 -> namespace_decl -> 'h12
method visit_AOidentifiedby : 'i12 -> lident list -> 'j12
method visit_AOsortedby : 'k12 -> lident -> 'l12
method visit_AOto : 'm12 -> lident -> 'n12
method visit_asset_option : 'o12 -> asset_option -> 'p12
method visit_APOstates : 'q12 -> lident -> 'r12
method visit_APOconstraints : 's12 -> label_exprs -> 't12
method visit_APOinit : 'u12 -> expr list -> 'v12
method visit_asset_post_option : 'w12 -> asset_post_option -> 'x12
method visit_EOinitial : 'y12 -> 'z12
method visit_EOspecification : 'a13 -> label_exprs -> 'b13
method visit_enum_option : 'c13 -> enum_option -> 'd13
method visit_declaration : 'e13 -> declaration -> 'j
method visit_AOadd : 'f13 -> 'g13
method visit_AOremove : 'h13 -> 'i13
method visit_AOupdate : 'j13 -> 'k13
method visit_asset_operation_enum : 'l13 -> asset_operation_enum -> 'm13
method visit_AssetOperation : 'n13 -> asset_operation_enum list -> expr option -> 'o13
method visit_asset_operation : 'p13 -> asset_operation -> 'q13
method visit_Marchetype : 'r13 -> declaration list -> 's13
method visit_Mextension : 't13 -> lident -> declaration list -> declaration list -> 'u13
method visit_archetype_unloc : 'v13 -> archetype_unloc -> 'w13
method visit_archetype : 'x13 -> archetype_unloc Archetype.Location.loced -> 'f1