package archetype

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