package archetype

  1. Overview
  2. Docs
constraint 'b iter = 'b iter
method visit_Pwild : 'c -> unit
method visit_Pref : 'd -> lident -> unit
method visit_pattern_unloc : 'e -> pattern_unloc -> unit
method visit_pattern : 'f -> pattern_unloc Archetype.Location.loced -> unit
method visit_VLBefore : 'g -> unit
method visit_VLIdent : 'h -> lident -> unit
method visit_var_label : 'i -> var_label -> unit
method visit_VSAdded : 'j -> unit
method visit_VSUnmoved : 'k -> unit
method visit_VSRemoved : 'l -> unit
method visit_var_vset : 'm -> var_vset -> unit
method visit_FIsimple : 'n -> lident -> unit
method visit_FIdouble : 'o -> lident -> lident -> unit
method visit_for_ident_unloc : 'p -> for_ident_unloc -> unit
method visit_for_ident : 'q -> for_ident_unloc Archetype.Location.loced -> unit
method visit_TTsimple : 'r -> expr -> unit
method visit_TTcontract : 's -> expr -> lident -> type_t -> expr -> unit
method visit_TTentry : 't -> lident -> expr -> unit
method visit_TTself : 'u -> lident -> expr list -> unit
method visit_transfer_t : 'v -> transfer_t -> unit
method visit_Eterm : 'w -> (var_vset option * var_label option) -> lident -> unit
method visit_Eliteral : 'x -> literal -> unit
method visit_Earray : 'y -> expr list -> unit
method visit_Erecord : 'z -> record_item list -> unit
method visit_Etuple : 'a1 -> expr list -> unit
method visit_Edot : 'b1 -> expr -> lident -> unit
method visit_Esqapp : 'c1 -> expr -> expr -> unit
method visit_Emulticomp : 'd1 -> expr -> (comparison_operator Archetype.Location.loced * expr) list -> unit
method visit_Eapp : 'e1 -> function_ -> expr list -> unit
method visit_Emethod : 'f1 -> expr -> lident -> expr list -> unit
method visit_Etransfer : 'g1 -> expr -> transfer_t -> unit
method visit_Edorequire : 'h1 -> expr -> expr -> unit
method visit_Edofailif : 'i1 -> expr -> expr -> unit
method visit_Efail : 'j1 -> expr -> unit
method visit_Eassign : 'k1 -> assignment_operator -> expr -> expr -> unit
method visit_Eif : 'l1 -> expr -> expr -> expr option -> unit
method visit_Efor : 'm1 -> lident option -> for_ident_unloc Archetype.Location.loced -> expr -> expr -> unit
method visit_Eiter : 'n1 -> lident option -> lident -> expr option -> expr -> expr -> unit
method visit_Ewhile : 'o1 -> lident option -> expr -> expr -> unit
method visit_Eseq : 'p1 -> expr -> expr -> unit
method visit_Eletin : 'q1 -> lident -> type_t option -> expr -> expr -> expr option -> unit
method visit_Evar : 'r1 -> lident -> type_t option -> expr -> unit
method visit_Ematchwith : 's1 -> expr -> branch list -> unit
method visit_Erecupdate : 't1 -> expr -> (lident * expr) list -> unit
method visit_Equantifier : 'u1 -> quantifier -> lident -> quantifier_kind -> expr -> unit
method visit_Eassert : 'v1 -> lident -> unit
method visit_Elabel : 'w1 -> lident -> unit
method visit_Ereturn : 'x1 -> expr -> unit
method visit_Eoption : 'y1 -> option_ -> unit
method visit_Eentrypoint : 'z1 -> type_t -> expr -> expr -> unit
method visit_Eunpack : 'a2 -> type_t -> expr -> unit
method visit_Eself : 'b2 -> lident -> unit
method visit_Eany : 'c2 -> unit
method visit_Enothing : 'd2 -> unit
method visit_Einvalid : 'e2 -> unit
method visit_expr_unloc : 'f2 -> expr_unloc -> unit
method visit_branch : 'g2 -> branch -> unit
method visit_Added : 'h2 -> unit
method visit_After : 'i2 -> unit
method visit_Before : 'j2 -> unit
method visit_Fixed : 'k2 -> unit
method visit_Removed : 'l2 -> unit
method visit_Stable : 'm2 -> unit
method visit_scope : 'n2 -> scope -> unit
method visit_Qcollection : 'o2 -> expr -> unit
method visit_Qtype : 'p2 -> type_t -> unit
method visit_quantifier_kind : 'q2 -> quantifier_kind -> unit
method visit_OSome : 'r2 -> expr -> unit
method visit_ONone : 's2 -> unit
method visit_option_ : 't2 -> option_ -> unit
method visit_Fident : 'u2 -> lident -> unit
method visit_Foperator : 'v2 -> operator Archetype.Location.loced -> unit
method visit_function_ : 'w2 -> function_ -> unit
method visit_Lint : 'x2 -> Archetype.Core.big_int -> unit
method visit_Lnat : 'y2 -> Archetype.Core.big_int -> unit
method visit_Ldecimal : 'z2 -> string -> unit
method visit_Ltz : 'a3 -> Archetype.Core.big_int -> unit
method visit_Lmtz : 'b3 -> Archetype.Core.big_int -> unit
method visit_Lutz : 'c3 -> Archetype.Core.big_int -> unit
method visit_Laddress : 'd3 -> string -> unit
method visit_Lstring : 'e3 -> string -> unit
method visit_Lbool : 'f3 -> bool -> unit
method visit_Lduration : 'g3 -> string -> unit
method visit_Ldate : 'h3 -> string -> unit
method visit_Lbytes : 'i3 -> string -> unit
method visit_Lpercent : 'j3 -> Archetype.Core.big_int -> unit
method visit_literal : 'k3 -> literal -> unit
method visit_record_item : 'l3 -> record_item -> unit
method visit_expr : 'm3 -> expr -> unit
method visit_lident_typ : 'n3 -> lident_typ -> unit
method visit_label_expr : 'o3 -> (lident * expr) Archetype.Location.loced -> unit
method visit_label_exprs : 'p3 -> label_exprs -> unit
method visit_Eextension : 'q3 -> lident -> expr list -> unit
method visit_extension_unloc : 'r3 -> extension_unloc -> unit
method visit_extension : 's3 -> extension_unloc Archetype.Location.loced -> unit
method visit_exts : 't3 -> exts -> unit
method visit_Ffield : 'u3 -> lident -> type_t -> expr option -> exts -> unit
method visit_field_unloc : 'v3 -> field_unloc -> unit
method visit_field : 'w3 -> field_unloc Archetype.Location.loced -> unit
method visit_args : 'x3 -> args -> unit
method visit_invariants : 'y3 -> invariants -> unit
method visit_Vpredicate : 'z3 -> lident -> args -> expr -> unit
method visit_Vdefinition : 'a4 -> lident -> type_t -> lident -> expr -> unit
method visit_Vvariable : 'b4 -> lident -> type_t -> expr option -> unit
method visit_Veffect : 'c4 -> expr -> unit
method visit_Vassert : 'd4 -> (lident * expr * invariants * lident list) -> unit
method visit_Vfails : 'e4 -> (lident * lident * type_t * expr) list -> unit
method visit_Vpostcondition : 'f4 -> (lident * expr * invariants * lident list * postkind option) -> unit
method visit_specification_item_unloc : 'g4 -> specification_item_unloc -> unit
method visit_PKPost : 'h4 -> unit
method visit_PKInv : 'i4 -> unit
method visit_postkind : 'j4 -> postkind -> unit
method visit_specification_item : 'k4 -> specification_item_unloc Archetype.Location.loced -> unit
method visit_specification_unloc : 'l4 -> specification_unloc -> unit
method visit_specification : 'm4 -> specification_unloc Archetype.Location.loced -> unit
method visit_Sident : 'n4 -> lident -> unit
method visit_Sdot : 'o4 -> lident -> lident -> unit
method visit_Slist : 'p4 -> security_arg list -> unit
method visit_Sapp : 'q4 -> lident -> security_arg list -> unit
method visit_Sbut : 'r4 -> lident -> security_arg -> unit
method visit_Sto : 's4 -> lident -> security_arg -> unit
method visit_security_arg_unloc : 't4 -> security_arg_unloc -> unit
method visit_security_arg : 'u4 -> security_arg -> unit
method visit_security_item_unloc : 'v4 -> security_item_unloc -> unit
method visit_security_item : 'w4 -> security_item_unloc Archetype.Location.loced -> unit
method visit_security_unloc : 'x4 -> security_unloc -> unit
method visit_security : 'y4 -> security_unloc Archetype.Location.loced -> unit
method visit_s_function : 'z4 -> s_function -> unit
method visit_entry_properties : 'a5 -> entry_properties -> unit
method visit_transition : 'b5 -> transition -> unit
method visit_VKvariable : 'c5 -> unit
method visit_VKconstant : 'd5 -> unit
method visit_variable_kind : 'e5 -> variable_kind -> unit
method visit_EKenum : 'f5 -> lident -> unit
method visit_EKstate : 'g5 -> unit
method visit_enum_kind : 'h5 -> enum_kind -> unit
method visit_Darchetype : 'i5 -> lident -> exts -> unit
method visit_Dvariable : 'j5 -> variable_decl -> unit
method visit_Denum : 'k5 -> enum_kind -> enum_decl -> unit
method visit_Dasset : 'l5 -> asset_decl -> unit
method visit_Drecord : 'm5 -> record_decl -> unit
method visit_Dentry : 'n5 -> entry_decl -> unit
method visit_Dtransition : 'o5 -> transition_decl -> unit
method visit_Dextension : 'p5 -> extension_decl -> unit
method visit_Dnamespace : 'q5 -> namespace_decl -> unit
method visit_Dfunction : 'r5 -> s_function -> unit
method visit_Dspecification : 's5 -> specification_unloc Archetype.Location.loced -> unit
method visit_Dspecasset : 't5 -> (lident * label_exprs) -> unit
method visit_Dspecfun : 'u5 -> specfun -> unit
method visit_Dspecvariable : 'v5 -> (lident * label_exprs) -> unit
method visit_Dsecurity : 'w5 -> security_unloc Archetype.Location.loced -> unit
method visit_Dinvalid : 'x5 -> unit
method visit_declaration_unloc : 'y5 -> declaration_unloc -> unit
method visit_SKentry : 'z5 -> unit
method visit_SKfunction : 'a6 -> unit
method visit_SKgetter : 'b6 -> unit
method visit_specfun_kind : 'c6 -> specfun_kind -> unit
method visit_specfun : 'd6 -> specfun -> unit
method visit_variable_decl : 'e6 -> variable_decl -> unit
method visit_enum_decl : 'f6 -> enum_decl -> unit
method visit_asset_decl : 'g6 -> asset_decl -> unit
method visit_record_decl : 'h6 -> record_decl -> unit
method visit_entry_decl : 'i6 -> entry_decl -> unit
method visit_transition_decl : 'j6 -> transition_decl -> unit
method visit_extension_decl : 'k6 -> extension_decl -> unit
method visit_namespace_decl : 'l6 -> namespace_decl -> unit
method visit_AOidentifiedby : 'm6 -> lident list -> unit
method visit_AOsortedby : 'n6 -> lident -> unit
method visit_AOto : 'o6 -> lident -> unit
method visit_asset_option : 'p6 -> asset_option -> unit
method visit_APOstates : 'q6 -> lident -> unit
method visit_APOconstraints : 'r6 -> label_exprs -> unit
method visit_APOinit : 's6 -> expr list -> unit
method visit_asset_post_option : 't6 -> asset_post_option -> unit
method visit_EOinitial : 'u6 -> unit
method visit_EOspecification : 'v6 -> label_exprs -> unit
method visit_enum_option : 'w6 -> enum_option -> unit
method visit_declaration : 'x6 -> declaration -> unit
method visit_AOadd : 'y6 -> unit
method visit_AOremove : 'z6 -> unit
method visit_AOupdate : 'a7 -> unit
method visit_asset_operation_enum : 'b7 -> asset_operation_enum -> unit
method visit_AssetOperation : 'c7 -> asset_operation_enum list -> expr option -> unit
method visit_asset_operation : 'd7 -> asset_operation -> unit
method visit_Marchetype : 'e7 -> declaration list -> unit
method visit_Mextension : 'f7 -> lident -> declaration list -> declaration list -> unit
method visit_archetype_unloc : 'g7 -> archetype_unloc -> unit
method visit_archetype : 'h7 -> archetype_unloc Archetype.Location.loced -> unit