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

Innovation. Community. Security.