package archetype

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