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_FIsimple : 'e1 -> lident -> lident -> 'f1
method visit_FIdouble : 'g1 -> lident -> lident -> lident -> lident -> 'h1
method fail_for_ident_unloc : 'i1 -> for_ident_unloc -> for_ident_unloc -> 'j1
method visit_for_ident_unloc : 'k1 -> for_ident_unloc -> for_ident_unloc -> 'l1
method visit_TTsimple : 'o1 -> expr -> expr -> expr -> expr -> 'p1
method visit_TTcontract : 'q1 -> expr -> expr -> expr -> expr -> lident -> lident -> type_t -> type_t -> expr -> expr -> 'r1
method visit_TTentry : 's1 -> expr -> expr -> lident -> lident -> expr -> expr -> 't1
method visit_TTentry2 : 'u1 -> expr -> expr -> lident -> lident -> expr -> expr -> lident -> lident -> expr -> expr -> 'v1
method visit_TTself : 'w1 -> expr -> expr -> lident -> lident -> expr list -> expr list -> 'x1
method visit_TToperation : 'y1 -> expr -> expr -> 'z1
method fail_transfer_t : 'a2 -> transfer_t -> transfer_t -> 'b2
method visit_transfer_t : 'c2 -> transfer_t -> transfer_t -> 'd2
method visit_MIstring : 'e2 -> string -> string -> 'f2
method visit_MIint : 'g2 -> Archetype.Core.big_int -> Archetype.Core.big_int -> 'h2
method visit_MIbytes : 'i2 -> string -> string -> 'j2
method visit_MIprim : 'k2 -> string -> string -> micheline_t list -> micheline_t list -> string list -> string list -> 'l2
method visit_MIseq : 'm2 -> micheline_t list -> micheline_t list -> 'n2
method fail_micheline_t : 'o2 -> micheline_t -> micheline_t -> 'p2
method visit_micheline_t : 'q2 -> micheline_t -> micheline_t -> 'r2
method visit_MKexpr : 's2 -> expr -> expr -> 't2
method visit_MKself : 'u2 -> 'v2
method fail_method_kind : 'w2 -> method_kind -> method_kind -> 'x2
method visit_method_kind : 'y2 -> method_kind -> method_kind -> 'z2
method visit_MKbasic : 'a3 -> 'b3
method visit_MKdetach : 'c3 -> 'd3
method fail_match_kind : 'e3 -> match_kind -> match_kind -> 'f3
method visit_match_kind : 'g3 -> match_kind -> match_kind -> 'h3
method visit_VDKbasic : 'i3 -> 'j3
method visit_VDKoption : 'k3 -> expr option -> expr option -> 'l3
method fail_var_decl_kind : 'm3 -> var_decl_kind -> var_decl_kind -> 'n3
method visit_var_decl_kind : 'o3 -> var_decl_kind -> var_decl_kind -> 'p3
method visit_Eterm : 'q3 -> (id_scope * lident) -> (id_scope * lident) -> 'r3
method visit_Eliteral : 's3 -> literal -> literal -> 't3
method visit_Earray : 'u3 -> id_scope -> id_scope -> expr list -> expr list -> 'v3
method visit_Erecord : 'w3 -> id_scope -> id_scope -> record_item list -> record_item list -> 'x3
method visit_Etuple : 'y3 -> expr list -> expr list -> 'z3
method visit_Edot : 'a4 -> expr -> expr -> (id_scope * lident) -> (id_scope * lident) -> 'b4
method visit_Equestiondot : 'c4 -> expr -> expr -> (id_scope * lident) -> (id_scope * lident) -> 'd4
method visit_Esqapp : 'e4 -> expr -> expr -> expr -> expr -> 'f4
method visit_Emulticomp : 'g4 -> expr -> expr -> (comparison_operator Archetype.Location.loced * expr) list -> (comparison_operator Archetype.Location.loced * expr) list -> 'h4
method visit_Eapp : 'i4 -> function_ -> function_ -> expr list -> expr list -> 'j4
method visit_Eappt : 'k4 -> function_ -> function_ -> type_t list -> type_t list -> expr list -> expr list -> 'l4
method visit_Emethod : 'm4 -> method_kind -> method_kind -> lident -> lident -> expr list -> expr list -> 'n4
method visit_Etransfer : 'o4 -> transfer_t -> transfer_t -> 'p4
method visit_Edetach : 'q4 -> lident -> lident -> expr -> expr -> expr -> expr -> 'r4
method visit_Edorequire : 's4 -> expr -> expr -> expr -> expr -> 't4
method visit_Edofailif : 'u4 -> expr -> expr -> expr -> expr -> 'v4
method visit_Efail : 'w4 -> expr -> expr -> 'x4
method visit_Efailexpr : 'y4 -> expr -> expr -> 'z4
method visit_Efailsome : 'a5 -> expr -> expr -> 'b5
method visit_Eassign : 'c5 -> assignment_operator -> assignment_operator -> expr -> expr -> expr -> expr -> 'd5
method visit_Eassignopt : 'e5 -> expr -> expr -> expr -> expr -> expr -> expr -> 'f5
method visit_Eif : 'g5 -> expr -> expr -> expr -> expr -> expr option -> expr option -> 'h5
method visit_Eiter : 'k5 -> lident -> lident -> expr option -> expr option -> expr -> expr -> expr -> expr -> 'l5
method visit_Ewhile : 'm5 -> expr -> expr -> expr -> expr -> 'n5
method visit_Eseq : 'o5 -> expr -> expr -> expr -> expr -> 'p5
method visit_Eletin : 'q5 -> lident -> lident -> type_t option -> type_t option -> expr -> expr -> expr -> expr -> expr option -> expr option -> 'r5
method visit_Evar : 's5 -> lident list -> lident list -> type_t option -> type_t option -> expr -> expr -> var_decl_kind -> var_decl_kind -> bool -> bool -> 't5
method visit_Ematchwith : 'u5 -> expr -> expr -> branch list -> branch list -> match_kind -> match_kind -> 'v5
method visit_Efold : 'w5 -> expr -> expr -> lident -> lident -> expr -> expr -> 'x5
method visit_Emap : 'y5 -> expr -> expr -> lident -> lident -> expr -> expr -> 'z5
method visit_Erecupdate : 'a6 -> expr -> expr -> (lident * expr) list -> (lident * expr) list -> 'b6
method visit_Ereturn : 'c6 -> expr -> expr -> 'd6
method visit_Eoption : 'e6 -> option_ -> option_ -> 'f6
method visit_Eor : 'g6 -> or_ -> or_ -> 'h6
method visit_Elambda : 'i6 -> type_t option -> type_t option -> lident -> lident -> type_t option -> type_t option -> expr -> expr -> 'j6
method visit_Elambda_michelson : 'k6 -> type_t -> type_t -> type_t -> type_t -> micheline_t -> micheline_t -> 'l6
method visit_Eentrypoint : 'm6 -> type_t -> type_t -> expr -> expr -> expr -> expr -> expr option -> expr option -> 'n6
method visit_Ecallview : 'o6 -> type_t -> type_t -> expr -> expr -> expr -> expr -> expr -> expr -> 'p6
method visit_Eunpack : 'q6 -> type_t -> type_t -> expr -> expr -> 'r6
method visit_Eemit : 's6 -> type_t -> type_t -> expr -> expr -> 't6
method visit_Eself : 'u6 -> lident -> lident -> 'v6
method visit_Eself_contract : 'w6 -> type_t -> type_t -> lident option -> lident option -> 'x6
method visit_Eternary : 'y6 -> expr -> expr -> expr -> expr -> expr -> expr -> 'z6
method visit_Eany : 'a7 -> 'b7
method visit_Enothing : 'c7 -> 'd7
method visit_Eunit : 'e7 -> 'f7
method visit_Etz_expr : 'g7 -> string -> string -> 'h7
method visit_Emicheline : 'i7 -> micheline_t -> micheline_t -> 'j7
method visit_Emicheline_expr : 'k7 -> type_t -> type_t -> micheline_t -> micheline_t -> expr list -> expr list -> 'l7
method visit_Einvalid : 'm7 -> 'n7
method fail_expr_unloc : 'o7 -> expr_unloc -> expr_unloc -> 'p7
method visit_expr_unloc : 'q7 -> expr_unloc -> expr_unloc -> 'r7
method visit_branch : 's7 -> branch -> branch -> 't7
method visit_Added : 'u7 -> 'v7
method visit_After : 'w7 -> 'x7
method visit_Before : 'y7 -> 'z7
method visit_Fixed : 'a8 -> 'b8
method visit_Removed : 'c8 -> 'd8
method visit_Stable : 'e8 -> 'f8
method fail_scope : 'g8 -> scope -> scope -> 'h8
method visit_scope : 'i8 -> scope -> scope -> 'j8
method visit_OSome : 'k8 -> expr -> expr -> 'l8
method visit_ONone : 'm8 -> type_t option -> type_t option -> 'n8
method fail_option_ : 'o8 -> option_ -> option_ -> 'p8
method visit_option_ : 'q8 -> option_ -> option_ -> 'r8
method visit_Oleft : 's8 -> type_t option -> type_t option -> type_t -> type_t -> expr -> expr -> 't8
method visit_Oright : 'u8 -> type_t -> type_t -> type_t option -> type_t option -> expr -> expr -> 'v8
method fail_or_ : 'w8 -> or_ -> or_ -> 'x8
method visit_or_ : 'y8 -> or_ -> or_ -> 'z8
method visit_Fident : 'a9 -> (id_scope * lident) -> (id_scope * lident) -> 'b9
method visit_Foperator : 'c9 -> operator Archetype.Location.loced -> operator Archetype.Location.loced -> 'd9
method fail_function_ : 'e9 -> function_ -> function_ -> 'f9
method visit_function_ : 'g9 -> function_ -> function_ -> 'h9
method visit_Lint : 'i9 -> Archetype.Core.big_int -> Archetype.Core.big_int -> 'j9
method visit_Lnat : 'k9 -> Archetype.Core.big_int -> Archetype.Core.big_int -> 'l9
method visit_Ldecimal : 'm9 -> string -> string -> 'n9
method visit_Ltz : 'o9 -> string -> string -> 'p9
method visit_Lmtz : 'q9 -> string -> string -> 'r9
method visit_Lutz : 's9 -> string -> string -> 't9
method visit_Laddress : 'u9 -> string -> string -> 'v9
method visit_Lstring : 'w9 -> string -> string -> 'x9
method visit_Lbool : 'y9 -> bool -> bool -> 'z9
method visit_Lduration : 'a10 -> string -> string -> 'b10
method visit_Ldate : 'c10 -> string -> string -> 'd10
method visit_Lbytes : 'e10 -> string -> string -> 'f10
method visit_Lpercent : 'g10 -> string -> string -> 'h10
method visit_LnumberFr : 'i10 -> Archetype.Core.big_int -> Archetype.Core.big_int -> 'j10
method visit_LbytesFr : 'k10 -> string -> string -> 'l10
method visit_LbytesG1 : 'm10 -> string -> string -> 'n10
method visit_LbytesG2 : 'o10 -> string -> string -> 'p10
method fail_literal : 'q10 -> literal -> literal -> 'r10
method visit_literal : 's10 -> literal -> literal -> 't10
method visit_record_item : 'u10 -> record_item -> record_item -> 'v10
method visit_expr : 'w10 -> expr -> expr -> 'd1
method visit_lident_typ : 'x10 -> lident_typ -> lident_typ -> 'y10
method visit_Ffield : 'z10 -> lident -> lident -> type_t -> type_t -> expr option -> expr option -> 'a11
method visit_field_unloc : 'b11 -> field_unloc -> field_unloc -> 'c11
method visit_args : 'e11 -> args -> args -> 'd1
method visit_VVonchain : 'f11 -> 'g11
method visit_VVoffchain : 'h11 -> 'i11
method visit_VVonoffchain : 'j11 -> 'k11
method visit_VVnone : 'l11 -> 'm11
method fail_view_visibility : 'n11 -> view_visibility -> view_visibility -> 'o11
method visit_view_visibility : 'p11 -> view_visibility -> view_visibility -> 'q11
method visit_s_function : 'r11 -> s_function -> s_function -> 's11
method visit_entry_properties : 't11 -> entry_properties -> entry_properties -> 'u11
method visit_transition : 'v11 -> transition -> transition -> 'd1
method visit_parameter : 'w11 -> (lident * type_t * expr option * bool) Archetype.Location.loced -> (lident * type_t * expr option * bool) Archetype.Location.loced -> 'd1
method visit_parameters : 'x11 -> parameters -> parameters -> 'd1
method visit_Muri : 'y11 -> string Archetype.Location.loced -> string Archetype.Location.loced -> 'z11
method visit_Mjson : 'a12 -> string Archetype.Location.loced -> string Archetype.Location.loced -> 'b12
method fail_metadata : 'c12 -> metadata -> metadata -> 'd12
method visit_metadata : 'e12 -> metadata -> metadata -> 'f12
method visit_VKvariable : 'g12 -> 'h12
method visit_VKconstant : 'i12 -> 'j12
method fail_variable_kind : 'k12 -> variable_kind -> variable_kind -> 'l12
method visit_variable_kind : 'm12 -> variable_kind -> variable_kind -> 'n12
method visit_EKenum : 'o12 -> lident -> lident -> 'p12
method visit_EKstate : 'q12 -> 'r12
method fail_enum_kind : 's12 -> enum_kind -> enum_kind -> 't12
method visit_enum_kind : 'u12 -> enum_kind -> enum_kind -> 'v12
method visit_Darchetype : 'w12 -> lident -> lident -> parameters -> parameters -> metadata option -> metadata option -> 'x12
method visit_Dimport : 'y12 -> lident option -> lident option -> lident -> lident -> 'z12
method visit_Dvariable : 'a13 -> variable_decl -> variable_decl -> 'b13
method visit_Denum : 'c13 -> enum_kind -> enum_kind -> enum_decl -> enum_decl -> 'd13
method visit_Dasset : 'e13 -> asset_decl -> asset_decl -> 'f13
method visit_Drecord : 'g13 -> record_decl -> record_decl -> 'h13
method visit_Dentry : 'i13 -> entry_decl -> entry_decl -> 'j13
method visit_Dgetter : 'k13 -> getter_decl -> getter_decl -> 'l13
method visit_Dtransition : 'm13 -> transition_decl -> transition_decl -> 'n13
method visit_Dnamespace : 'o13 -> namespace_decl -> namespace_decl -> 'p13
method visit_Dfunction : 'q13 -> s_function -> s_function -> 'r13
method visit_Dtype : 's13 -> lident -> lident -> type_t -> type_t -> 't13
method visit_Devent : 'u13 -> record_decl -> record_decl -> 'v13
method visit_Dinvalid : 'w13 -> 'x13
method fail_declaration_unloc : 'y13 -> declaration_unloc -> declaration_unloc -> 'z13
method visit_declaration_unloc : 'a14 -> declaration_unloc -> declaration_unloc -> 'b14
method visit_variable_decl : 'c14 -> variable_decl -> variable_decl -> 'd14
method visit_enum_decl : 'e14 -> enum_decl -> enum_decl -> 'f14
method visit_asset_decl : 'g14 -> asset_decl -> asset_decl -> 'h14
method visit_record_decl : 'i14 -> record_decl -> record_decl -> 'j14
method visit_entry_decl : 'k14 -> entry_decl -> entry_decl -> 'l14
method visit_getter_decl : 'm14 -> getter_decl -> getter_decl -> 'n14
method visit_transition_decl : 'o14 -> transition_decl -> transition_decl -> 'p14
method visit_namespace_decl : 'q14 -> namespace_decl -> namespace_decl -> 'r14
method visit_MKMap : 's14 -> 't14
method visit_MKBigMap : 'u14 -> 'v14
method visit_MKIterableBigMap : 'w14 -> 'x14
method fail_map_kind : 'y14 -> map_kind -> map_kind -> 'z14
method visit_map_kind : 'a15 -> map_kind -> map_kind -> 'b15
method visit_AOidentifiedby : 'c15 -> lident list -> lident list -> 'd15
method visit_AOsortedby : 'e15 -> lident -> lident -> 'f15
method visit_AOtoMapKind : 'g15 -> map_kind -> map_kind -> 'h15
method fail_asset_option : 'i15 -> asset_option -> asset_option -> 'j15
method visit_asset_option : 'k15 -> asset_option -> asset_option -> 'l15
method visit_IAliteral : 'm15 -> expr list -> expr list -> 'n15
method visit_IAident : 'o15 -> lident -> lident -> 'p15
method fail_init_asset : 'q15 -> init_asset -> init_asset -> 'r15
method visit_init_asset : 's15 -> init_asset -> init_asset -> 't15
method visit_APOinit : 'u15 -> init_asset -> init_asset -> 'v15
method visit_asset_post_option : 'w15 -> asset_post_option -> asset_post_option -> 'x15
method visit_EOinitial : 'y15 -> 'z15
method visit_enum_option : 'a16 -> enum_option -> enum_option -> 'b16
method visit_declaration : 'c16 -> declaration -> declaration -> 'd1
method visit_AOadd : 'd16 -> 'e16
method visit_AOremove : 'f16 -> 'g16
method visit_AOupdate : 'h16 -> 'i16
method fail_asset_operation_enum : 'j16 -> asset_operation_enum -> asset_operation_enum -> 'k16
method visit_asset_operation_enum : 'l16 -> asset_operation_enum -> asset_operation_enum -> 'm16
method visit_AssetOperation : 'n16 -> asset_operation_enum list -> asset_operation_enum list -> expr option -> expr option -> 'o16
method visit_asset_operation : 'p16 -> asset_operation -> asset_operation -> 'q16
method visit_archetype_unloc : 'r16 -> declaration list -> declaration list -> 'n1
method visit_archetype : 's16 -> declaration list Archetype.Location.loced -> declaration list Archetype.Location.loced -> 'n1