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

Innovation. Community. Security.