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

Innovation. Community. Security.