package archetype

  1. Overview
  2. Docs
constraint 'b iter = 'b iter
method visit_Pwild : 'c -> unit
method visit_Pref : 'd -> pname Archetype.Location.loced -> lident list -> unit
method visit_pattern_unloc : 'e -> pattern_unloc -> unit
method visit_PIdent : 'f -> Archetype.Ident.ident -> unit
method visit_PCons : 'g -> unit
method visit_PNil : 'h -> unit
method visit_PSome : 'i -> unit
method visit_PNone : 'j -> unit
method visit_PLeft : 'k -> unit
method visit_PRight : 'l -> unit
method visit_pname : 'm -> pname -> unit
method visit_pattern : 'n -> pattern_unloc Archetype.Location.loced -> unit
method visit_FIsimple : 'o -> lident -> unit
method visit_FIdouble : 'p -> lident -> lident -> unit
method visit_for_ident_unloc : 'q -> for_ident_unloc -> unit
method visit_for_ident : 'r -> for_ident_unloc Archetype.Location.loced -> unit
method visit_TTsimple : 's -> expr -> expr -> unit
method visit_TTcontract : 't -> expr -> expr -> lident -> type_t -> expr -> unit
method visit_TTentry : 'u -> expr -> lident -> expr -> unit
method visit_TTentry2 : 'v -> expr -> lident -> expr -> lident -> expr -> unit
method visit_TTself : 'w -> expr -> lident -> expr list -> unit
method visit_TToperation : 'x -> expr -> unit
method visit_transfer_t : 'y -> transfer_t -> unit
method visit_MIstring : 'z -> string -> unit
method visit_MIint : 'a1 -> Archetype.Core.big_int -> unit
method visit_MIbytes : 'b1 -> string -> unit
method visit_MIprim : 'c1 -> string -> micheline_t list -> string list -> unit
method visit_MIseq : 'd1 -> micheline_t list -> unit
method visit_micheline_t : 'e1 -> micheline_t -> unit
method visit_MKexpr : 'f1 -> expr -> unit
method visit_MKself : 'g1 -> unit
method visit_method_kind : 'h1 -> method_kind -> unit
method visit_MKbasic : 'i1 -> unit
method visit_MKdetach : 'j1 -> unit
method visit_match_kind : 'k1 -> match_kind -> unit
method visit_VDKbasic : 'l1 -> unit
method visit_VDKoption : 'm1 -> expr option -> unit
method visit_var_decl_kind : 'n1 -> var_decl_kind -> unit
method visit_Eterm : 'o1 -> (id_scope * lident) -> unit
method visit_Eliteral : 'p1 -> literal -> unit
method visit_Earray : 'q1 -> id_scope -> expr list -> unit
method visit_Erecord : 'r1 -> id_scope -> record_item list -> unit
method visit_Etuple : 's1 -> expr list -> unit
method visit_Edot : 't1 -> expr -> (id_scope * lident) -> unit
method visit_Equestiondot : 'u1 -> expr -> (id_scope * lident) -> unit
method visit_Esqapp : 'v1 -> expr -> expr -> unit
method visit_Emulticomp : 'w1 -> expr -> (comparison_operator Archetype.Location.loced * expr) list -> unit
method visit_Eapp : 'x1 -> function_ -> expr list -> unit
method visit_Eappt : 'y1 -> function_ -> type_t list -> expr list -> unit
method visit_Emethod : 'z1 -> method_kind -> lident -> expr list -> unit
method visit_Etransfer : 'a2 -> transfer_t -> unit
method visit_Edetach : 'b2 -> lident -> expr -> expr -> unit
method visit_Edorequire : 'c2 -> expr -> expr -> unit
method visit_Edofailif : 'd2 -> expr -> expr -> unit
method visit_Efail : 'e2 -> expr -> unit
method visit_Efailexpr : 'f2 -> expr -> unit
method visit_Efailsome : 'g2 -> expr -> unit
method visit_Eassign : 'h2 -> assignment_operator -> expr -> expr -> unit
method visit_Eassignopt : 'i2 -> expr -> expr -> expr -> unit
method visit_Eif : 'j2 -> expr -> expr -> expr option -> unit
method visit_Efor : 'k2 -> for_ident_unloc Archetype.Location.loced -> expr -> expr -> unit
method visit_Eiter : 'l2 -> lident -> expr option -> expr -> expr -> unit
method visit_Ewhile : 'm2 -> expr -> expr -> unit
method visit_Eseq : 'n2 -> expr -> expr -> unit
method visit_Eletin : 'o2 -> lident -> type_t option -> expr -> expr -> expr option -> unit
method visit_Evar : 'p2 -> lident list -> type_t option -> expr -> var_decl_kind -> bool -> unit
method visit_Ematchwith : 'q2 -> expr -> branch list -> match_kind -> unit
method visit_Efold : 'r2 -> expr -> lident -> expr -> unit
method visit_Emap : 's2 -> expr -> lident -> expr -> unit
method visit_Erecupdate : 't2 -> expr -> (lident * expr) list -> unit
method visit_Ereturn : 'u2 -> expr -> unit
method visit_Eoption : 'v2 -> option_ -> unit
method visit_Eor : 'w2 -> or_ -> unit
method visit_Elambda : 'x2 -> type_t option -> lident -> type_t option -> expr -> unit
method visit_Elambda_michelson : 'y2 -> type_t -> type_t -> micheline_t -> unit
method visit_Eentrypoint : 'z2 -> type_t -> expr -> expr -> expr option -> unit
method visit_Ecallview : 'a3 -> type_t -> expr -> expr -> expr -> unit
method visit_Eunpack : 'b3 -> type_t -> expr -> unit
method visit_Eemit : 'c3 -> type_t -> expr -> unit
method visit_Eself : 'd3 -> lident -> unit
method visit_Eself_contract : 'e3 -> type_t -> lident option -> unit
method visit_Eternary : 'f3 -> expr -> expr -> expr -> unit
method visit_Eany : 'g3 -> unit
method visit_Enothing : 'h3 -> unit
method visit_Eunit : 'i3 -> unit
method visit_Etz_expr : 'j3 -> string -> unit
method visit_Emicheline : 'k3 -> micheline_t -> unit
method visit_Emicheline_expr : 'l3 -> type_t -> micheline_t -> expr list -> unit
method visit_Einvalid : 'm3 -> unit
method visit_expr_unloc : 'n3 -> expr_unloc -> unit
method visit_branch : 'o3 -> branch -> unit
method visit_Added : 'p3 -> unit
method visit_After : 'q3 -> unit
method visit_Before : 'r3 -> unit
method visit_Fixed : 's3 -> unit
method visit_Removed : 't3 -> unit
method visit_Stable : 'u3 -> unit
method visit_scope : 'v3 -> scope -> unit
method visit_OSome : 'w3 -> expr -> unit
method visit_ONone : 'x3 -> type_t option -> unit
method visit_option_ : 'y3 -> option_ -> unit
method visit_Oleft : 'z3 -> type_t option -> type_t -> expr -> unit
method visit_Oright : 'a4 -> type_t -> type_t option -> expr -> unit
method visit_or_ : 'b4 -> or_ -> unit
method visit_Fident : 'c4 -> (id_scope * lident) -> unit
method visit_Foperator : 'd4 -> operator Archetype.Location.loced -> unit
method visit_function_ : 'e4 -> function_ -> unit
method visit_Lint : 'f4 -> Archetype.Core.big_int -> unit
method visit_Lnat : 'g4 -> Archetype.Core.big_int -> unit
method visit_Ldecimal : 'h4 -> string -> unit
method visit_Ltz : 'i4 -> string -> unit
method visit_Lmtz : 'j4 -> string -> unit
method visit_Lutz : 'k4 -> string -> unit
method visit_Laddress : 'l4 -> string -> unit
method visit_Lstring : 'm4 -> string -> unit
method visit_Lbool : 'n4 -> bool -> unit
method visit_Lduration : 'o4 -> string -> unit
method visit_Ldate : 'p4 -> string -> unit
method visit_Lbytes : 'q4 -> string -> unit
method visit_Lpercent : 'r4 -> string -> unit
method visit_LnumberFr : 's4 -> Archetype.Core.big_int -> unit
method visit_LbytesFr : 't4 -> string -> unit
method visit_LbytesG1 : 'u4 -> string -> unit
method visit_LbytesG2 : 'v4 -> string -> unit
method visit_literal : 'w4 -> literal -> unit
method visit_record_item : 'x4 -> record_item -> unit
method visit_expr : 'y4 -> expr -> unit
method visit_lident_typ : 'z4 -> lident_typ -> unit
method visit_Ffield : 'a5 -> lident -> type_t -> expr option -> unit
method visit_field_unloc : 'b5 -> field_unloc -> unit
method visit_field : 'c5 -> field_unloc Archetype.Location.loced -> unit
method visit_args : 'd5 -> args -> unit
method visit_VVonchain : 'e5 -> unit
method visit_VVoffchain : 'f5 -> unit
method visit_VVonoffchain : 'g5 -> unit
method visit_VVnone : 'h5 -> unit
method visit_view_visibility : 'i5 -> view_visibility -> unit
method visit_s_function : 'j5 -> s_function -> unit
method visit_entry_properties : 'k5 -> entry_properties -> unit
method visit_transition : 'l5 -> transition -> unit
method visit_parameter : 'm5 -> (lident * type_t * expr option * bool) Archetype.Location.loced -> unit
method visit_parameters : 'n5 -> parameters -> unit
method visit_Muri : 'o5 -> string Archetype.Location.loced -> unit
method visit_Mjson : 'p5 -> string Archetype.Location.loced -> unit
method visit_metadata : 'q5 -> metadata -> unit
method visit_VKvariable : 'r5 -> unit
method visit_VKconstant : 's5 -> unit
method visit_variable_kind : 't5 -> variable_kind -> unit
method visit_EKenum : 'u5 -> lident -> unit
method visit_EKstate : 'v5 -> unit
method visit_enum_kind : 'w5 -> enum_kind -> unit
method visit_Darchetype : 'x5 -> lident -> parameters -> metadata option -> unit
method visit_Dimport : 'y5 -> lident option -> lident -> unit
method visit_Dvariable : 'z5 -> variable_decl -> unit
method visit_Denum : 'a6 -> enum_kind -> enum_decl -> unit
method visit_Dasset : 'b6 -> asset_decl -> unit
method visit_Drecord : 'c6 -> record_decl -> unit
method visit_Dentry : 'd6 -> entry_decl -> unit
method visit_Dgetter : 'e6 -> getter_decl -> unit
method visit_Dtransition : 'f6 -> transition_decl -> unit
method visit_Dnamespace : 'g6 -> namespace_decl -> unit
method visit_Dfunction : 'h6 -> s_function -> unit
method visit_Dtype : 'i6 -> lident -> type_t -> unit
method visit_Devent : 'j6 -> record_decl -> unit
method visit_Dinvalid : 'k6 -> unit
method visit_declaration_unloc : 'l6 -> declaration_unloc -> unit
method visit_variable_decl : 'm6 -> variable_decl -> unit
method visit_enum_decl : 'n6 -> enum_decl -> unit
method visit_asset_decl : 'o6 -> asset_decl -> unit
method visit_record_decl : 'p6 -> record_decl -> unit
method visit_entry_decl : 'q6 -> entry_decl -> unit
method visit_getter_decl : 'r6 -> getter_decl -> unit
method visit_transition_decl : 's6 -> transition_decl -> unit
method visit_namespace_decl : 't6 -> namespace_decl -> unit
method visit_MKMap : 'u6 -> unit
method visit_MKBigMap : 'v6 -> unit
method visit_MKIterableBigMap : 'w6 -> unit
method visit_map_kind : 'x6 -> map_kind -> unit
method visit_AOidentifiedby : 'y6 -> lident list -> unit
method visit_AOsortedby : 'z6 -> lident -> unit
method visit_AOtoMapKind : 'a7 -> map_kind -> unit
method visit_asset_option : 'b7 -> asset_option -> unit
method visit_IAliteral : 'c7 -> expr list -> unit
method visit_IAident : 'd7 -> lident -> unit
method visit_init_asset : 'e7 -> init_asset -> unit
method visit_APOinit : 'f7 -> init_asset -> unit
method visit_asset_post_option : 'g7 -> asset_post_option -> unit
method visit_EOinitial : 'h7 -> unit
method visit_enum_option : 'i7 -> enum_option -> unit
method visit_declaration : 'j7 -> declaration -> unit
method visit_AOadd : 'k7 -> unit
method visit_AOremove : 'l7 -> unit
method visit_AOupdate : 'm7 -> unit
method visit_asset_operation_enum : 'n7 -> asset_operation_enum -> unit
method visit_AssetOperation : 'o7 -> asset_operation_enum list -> expr option -> unit
method visit_asset_operation : 'p7 -> asset_operation -> unit
method visit_archetype_unloc : 'q7 -> declaration list -> unit
method visit_archetype : 'r7 -> declaration list Archetype.Location.loced -> unit