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_Eterm : 'y -> (var_vset option * var_label option) -> lident -> 'z
method visit_Eliteral : 'a1 -> literal -> 'b1
method visit_Earray : 'c1 -> expr list -> 'd1
method visit_Erecord : 'e1 -> record_item list -> 'f1
method visit_Etuple : 'g1 -> expr list -> 'h1
method visit_Edot : 'i1 -> expr -> lident -> 'j1
method visit_Emulticomp : 'k1 -> expr -> (comparison_operator Archetype.Location.loced * expr) list -> 'l1
method visit_Eapp : 'm1 -> function_ -> expr list -> 'n1
method visit_Emethod : 'o1 -> expr -> lident -> expr list -> 'p1
method visit_Etransfer : 'q1 -> expr -> expr -> (lident * expr list) option -> 'r1
method visit_Erequire : 's1 -> expr -> 't1
method visit_Efailif : 'u1 -> expr -> 'v1
method visit_Efail : 'w1 -> expr -> 'x1
method visit_Eassign : 'y1 -> assignment_operator -> expr -> expr -> 'z1
method visit_Eif : 'a2 -> expr -> expr -> expr option -> 'b2
method visit_Ebreak : 'c2 -> 'd2
method visit_Efor : 'e2 -> lident option -> lident -> expr -> expr -> 'f2
method visit_Eiter : 'g2 -> lident option -> lident -> expr option -> expr -> expr -> 'h2
method visit_Eseq : 'i2 -> expr -> expr -> 'j2
method visit_Eletin : 'k2 -> lident -> type_t option -> expr -> expr -> expr option -> 'l2
method visit_Evar : 'm2 -> lident -> type_t option -> expr -> 'n2
method visit_Ematchwith : 'o2 -> expr -> branch list -> 'p2
method visit_Equantifier : 'q2 -> quantifier -> lident -> quantifier_kind -> expr -> 'r2
method visit_Eassert : 's2 -> lident -> 't2
method visit_Elabel : 'u2 -> lident -> 'v2
method visit_Ereturn : 'w2 -> expr -> 'x2
method visit_Eoption : 'y2 -> option_ -> 'z2
method visit_Eany : 'a3 -> 'b3
method visit_Enothing : 'c3 -> 'd3
method visit_Einvalid : 'e3 -> 'f3
method visit_expr_unloc : 'g3 -> expr_unloc -> 'h3
method visit_branch : 'i3 -> branch -> 'j3
method visit_Added : 'k3 -> 'l3
method visit_After : 'm3 -> 'n3
method visit_Before : 'o3 -> 'p3
method visit_Fixed : 'q3 -> 'r3
method visit_Removed : 's3 -> 't3
method visit_Stable : 'u3 -> 'v3
method visit_scope : 'w3 -> scope -> 'x3
method visit_Qcollection : 'y3 -> expr -> 'z3
method visit_Qtype : 'a4 -> type_t -> 'b4
method visit_quantifier_kind : 'c4 -> quantifier_kind -> 'd4
method visit_OSome : 'e4 -> expr -> 'f4
method visit_ONone : 'g4 -> 'h4
method visit_option_ : 'i4 -> option_ -> 'j4
method visit_Fident : 'k4 -> lident -> 'l4
method visit_Foperator : 'm4 -> operator Archetype.Location.loced -> 'n4
method visit_function_ : 'o4 -> function_ -> 'p4
method visit_Lnumber : 'q4 -> Archetype.Core.big_int -> 'r4
method visit_Ldecimal : 's4 -> string -> 't4
method visit_Ltz : 'u4 -> Archetype.Core.big_int -> 'v4
method visit_Lmtz : 'w4 -> Archetype.Core.big_int -> 'x4
method visit_Lutz : 'y4 -> Archetype.Core.big_int -> 'z4
method visit_Laddress : 'a5 -> string -> 'b5
method visit_Lstring : 'c5 -> string -> 'd5
method visit_Lbool : 'e5 -> bool -> 'f5
method visit_Lduration : 'g5 -> string -> 'h5
method visit_Ldate : 'i5 -> string -> 'j5
method visit_Lbytes : 'k5 -> string -> 'l5
method visit_Lpercent : 'm5 -> Archetype.Core.big_int -> 'n5
method visit_literal : 'o5 -> literal -> 'p5
method visit_record_item : 'q5 -> record_item -> 'r5
method visit_expr : 's5 -> expr -> 'j
method visit_lident_typ : 't5 -> lident_typ -> 'u5
method visit_label_expr : 'v5 -> (lident * expr) Archetype.Location.loced -> 'j
method visit_label_exprs : 'w5 -> label_exprs -> 'j
method visit_Eextension : 'x5 -> lident -> expr list -> 'y5
method visit_extension_unloc : 'z5 -> extension_unloc -> 'a6
method visit_extension : 'b6 -> extension_unloc Archetype.Location.loced -> 'j
method visit_exts : 'c6 -> exts -> 'j
method visit_Ffield : 'd6 -> lident -> type_t -> expr option -> exts -> 'e6
method visit_field_unloc : 'f6 -> field_unloc -> 'g6
method visit_field : 'h6 -> field_unloc Archetype.Location.loced -> 'j
method visit_args : 'i6 -> args -> 'j
method visit_invariants : 'j6 -> invariants -> 'j
method visit_Vpredicate : 'k6 -> lident -> args -> expr -> 'l6
method visit_Vdefinition : 'm6 -> lident -> type_t -> lident -> expr -> 'n6
method visit_Vvariable : 'o6 -> lident -> type_t -> expr option -> 'p6
method visit_Veffect : 'q6 -> expr -> 'r6
method visit_Vassert : 's6 -> (lident * expr * invariants * lident list) -> 't6
method visit_Vpostcondition : 'u6 -> (lident * expr * invariants * lident list * postkind option) -> 'v6
method visit_specification_item_unloc : 'w6 -> specification_item_unloc -> 'x6
method visit_PKPost : 'y6 -> 'z6
method visit_PKInv : 'a7 -> 'b7
method visit_postkind : 'c7 -> postkind -> 'd7
method visit_specification_item : 'e7 -> specification_item_unloc Archetype.Location.loced -> 'j
method visit_specification_unloc : 'f7 -> specification_unloc -> 'g7
method visit_specification : 'h7 -> specification_unloc Archetype.Location.loced -> 'j
method visit_Sident : 'i7 -> lident -> 'j7
method visit_Sdot : 'k7 -> lident -> lident -> 'l7
method visit_Slist : 'm7 -> security_arg list -> 'n7
method visit_Sapp : 'o7 -> lident -> security_arg list -> 'p7
method visit_Sbut : 'q7 -> lident -> security_arg -> 'r7
method visit_Sto : 's7 -> lident -> security_arg -> 't7
method visit_security_arg_unloc : 'u7 -> security_arg_unloc -> 'v7
method visit_security_arg : 'w7 -> security_arg -> 'j
method visit_security_item_unloc : 'x7 -> security_item_unloc -> 'y7
method visit_security_item : 'z7 -> security_item_unloc Archetype.Location.loced -> 'j
method visit_security_unloc : 'a8 -> security_unloc -> 'b8
method visit_security : 'c8 -> security_unloc Archetype.Location.loced -> 'd8
method visit_s_function : 'e8 -> s_function -> 'f8
method visit_action_properties : 'g8 -> action_properties -> 'h8
method visit_transition : 'i8 -> transition -> 'j
method visit_VKvariable : 'j8 -> 'k8
method visit_VKconstant : 'l8 -> 'm8
method visit_variable_kind : 'n8 -> variable_kind -> 'o8
method visit_EKenum : 'p8 -> lident -> 'q8
method visit_EKstate : 'r8 -> 's8
method visit_enum_kind : 't8 -> enum_kind -> 'u8
method visit_Darchetype : 'v8 -> lident -> exts -> 'w8
method visit_Dvariable : 'x8 -> variable_decl -> 'y8
method visit_Denum : 'z8 -> enum_kind -> enum_decl -> 'a9
method visit_Dasset : 'b9 -> asset_decl -> 'c9
method visit_Daction : 'd9 -> action_decl -> 'e9
method visit_Dtransition : 'f9 -> transition_decl -> 'g9
method visit_Dcontract : 'h9 -> contract_decl -> 'i9
method visit_Dextension : 'j9 -> extension_decl -> 'k9
method visit_Dnamespace : 'l9 -> namespace_decl -> 'm9
method visit_Dfunction : 'n9 -> s_function -> 'o9
method visit_Dspecification : 'p9 -> specification_unloc Archetype.Location.loced -> 'q9
method visit_Dsecurity : 'r9 -> security_unloc Archetype.Location.loced -> 's9
method visit_Dinvalid : 't9 -> 'u9
method visit_declaration_unloc : 'v9 -> declaration_unloc -> 'w9
method visit_variable_decl : 'x9 -> variable_decl -> 'y9
method visit_enum_decl : 'z9 -> enum_decl -> 'a10
method visit_asset_decl : 'b10 -> asset_decl -> 'c10
method visit_action_decl : 'd10 -> action_decl -> 'e10
method visit_transition_decl : 'f10 -> transition_decl -> 'g10
method visit_contract_decl : 'h10 -> contract_decl -> 'i10
method visit_extension_decl : 'j10 -> extension_decl -> 'k10
method visit_namespace_decl : 'l10 -> namespace_decl -> 'm10
method visit_VOfrom : 'n10 -> lident -> 'o10
method visit_VOto : 'p10 -> lident -> 'q10
method visit_value_option : 'r10 -> value_option -> 's10
method visit_AOidentifiedby : 't10 -> lident -> 'u10
method visit_AOsortedby : 'v10 -> lident -> 'w10
method visit_asset_option : 'x10 -> asset_option -> 'y10
method visit_APOstates : 'z10 -> lident -> 'a11
method visit_APOconstraints : 'b11 -> label_exprs -> 'c11
method visit_APOinit : 'd11 -> expr list -> 'e11
method visit_asset_post_option : 'f11 -> asset_post_option -> 'g11
method visit_EOinitial : 'h11 -> 'i11
method visit_EOspecification : 'j11 -> label_exprs -> 'k11
method visit_enum_option : 'l11 -> enum_option -> 'm11
method visit_Ssignature : 'n11 -> lident -> (lident * type_t) list -> 'o11
method visit_signature : 'p11 -> signature -> 'q11
method visit_declaration : 'r11 -> declaration -> 'j
method visit_AOadd : 's11 -> 't11
method visit_AOremove : 'u11 -> 'v11
method visit_AOupdate : 'w11 -> 'x11
method visit_asset_operation_enum : 'y11 -> asset_operation_enum -> 'z11
method visit_AssetOperation : 'a12 -> asset_operation_enum list -> expr option -> 'b12
method visit_asset_operation : 'c12 -> asset_operation -> 'd12
method visit_Marchetype : 'e12 -> declaration list -> 'f12
method visit_Mextension : 'g12 -> lident -> declaration list -> declaration list -> 'h12
method visit_archetype_unloc : 'i12 -> archetype_unloc -> 'j12
method visit_archetype : 'k12 -> archetype_unloc Archetype.Location.loced -> 'd8
OCaml

Innovation. Community. Security.