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_Erequire : 'h1 -> expr -> unit
method visit_Efailif : 'i1 -> 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_Ebreak : 'm1 -> unit
method visit_Efor : 'n1 -> lident option -> for_ident_unloc Archetype.Location.loced -> expr -> expr -> unit
method visit_Eiter : 'o1 -> lident option -> lident -> expr 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_Equantifier : 't1 -> quantifier -> lident -> quantifier_kind -> expr -> unit
method visit_Eassert : 'u1 -> lident -> unit
method visit_Elabel : 'v1 -> lident -> unit
method visit_Ereturn : 'w1 -> expr -> unit
method visit_Eoption : 'x1 -> option_ -> unit
method visit_Eentrypoint : 'y1 -> type_t -> expr -> expr -> unit
method visit_Eunpack : 'z1 -> type_t -> expr -> unit
method visit_Eself : 'a2 -> lident -> unit
method visit_Eany : 'b2 -> unit
method visit_Enothing : 'c2 -> unit
method visit_Einvalid : 'd2 -> unit
method visit_expr_unloc : 'e2 -> expr_unloc -> unit
method visit_branch : 'f2 -> branch -> unit
method visit_Added : 'g2 -> unit
method visit_After : 'h2 -> unit
method visit_Before : 'i2 -> unit
method visit_Fixed : 'j2 -> unit
method visit_Removed : 'k2 -> unit
method visit_Stable : 'l2 -> unit
method visit_scope : 'm2 -> scope -> unit
method visit_Qcollection : 'n2 -> expr -> unit
method visit_Qtype : 'o2 -> type_t -> unit
method visit_quantifier_kind : 'p2 -> quantifier_kind -> unit
method visit_OSome : 'q2 -> expr -> unit
method visit_ONone : 'r2 -> unit
method visit_option_ : 's2 -> option_ -> unit
method visit_Fident : 't2 -> lident -> unit
method visit_Foperator : 'u2 -> operator Archetype.Location.loced -> unit
method visit_function_ : 'v2 -> function_ -> unit
method visit_Lint : 'w2 -> Archetype.Core.big_int -> unit
method visit_Lnat : 'x2 -> Archetype.Core.big_int -> unit
method visit_Ldecimal : 'y2 -> string -> unit
method visit_Ltz : 'z2 -> Archetype.Core.big_int -> unit
method visit_Lmtz : 'a3 -> Archetype.Core.big_int -> unit
method visit_Lutz : 'b3 -> Archetype.Core.big_int -> unit
method visit_Laddress : 'c3 -> string -> unit
method visit_Lstring : 'd3 -> string -> unit
method visit_Lbool : 'e3 -> bool -> unit
method visit_Lduration : 'f3 -> string -> unit
method visit_Ldate : 'g3 -> string -> unit
method visit_Lbytes : 'h3 -> string -> unit
method visit_Lpercent : 'i3 -> Archetype.Core.big_int -> unit
method visit_literal : 'j3 -> literal -> unit
method visit_record_item : 'k3 -> record_item -> unit
method visit_expr : 'l3 -> expr -> unit
method visit_lident_typ : 'm3 -> lident_typ -> unit
method visit_label_expr : 'n3 -> (lident * expr) Archetype.Location.loced -> unit
method visit_label_exprs : 'o3 -> label_exprs -> unit
method visit_Eextension : 'p3 -> lident -> expr list -> unit
method visit_extension_unloc : 'q3 -> extension_unloc -> unit
method visit_extension : 'r3 -> extension_unloc Archetype.Location.loced -> unit
method visit_exts : 's3 -> exts -> unit
method visit_Ffield : 't3 -> lident -> type_t -> expr option -> exts -> unit
method visit_field_unloc : 'u3 -> field_unloc -> unit
method visit_field : 'v3 -> field_unloc Archetype.Location.loced -> unit
method visit_args : 'w3 -> args -> unit
method visit_invariants : 'x3 -> invariants -> unit
method visit_Vpredicate : 'y3 -> lident -> args -> expr -> unit
method visit_Vdefinition : 'z3 -> lident -> type_t -> lident -> expr -> unit
method visit_Vvariable : 'a4 -> lident -> type_t -> expr option -> unit
method visit_Veffect : 'b4 -> expr -> unit
method visit_Vassert : 'c4 -> (lident * expr * invariants * lident list) -> unit
method visit_Vpostcondition : 'd4 -> (lident * expr * invariants * lident list * postkind option) -> unit
method visit_specification_item_unloc : 'e4 -> specification_item_unloc -> unit
method visit_PKPost : 'f4 -> unit
method visit_PKInv : 'g4 -> unit
method visit_postkind : 'h4 -> postkind -> unit
method visit_specification_item : 'i4 -> specification_item_unloc Archetype.Location.loced -> unit
method visit_specification_unloc : 'j4 -> specification_unloc -> unit
method visit_specification : 'k4 -> specification_unloc Archetype.Location.loced -> unit
method visit_Sident : 'l4 -> lident -> unit
method visit_Sdot : 'm4 -> lident -> lident -> unit
method visit_Slist : 'n4 -> security_arg list -> unit
method visit_Sapp : 'o4 -> lident -> security_arg list -> unit
method visit_Sbut : 'p4 -> lident -> security_arg -> unit
method visit_Sto : 'q4 -> lident -> security_arg -> unit
method visit_security_arg_unloc : 'r4 -> security_arg_unloc -> unit
method visit_security_arg : 's4 -> security_arg -> unit
method visit_security_item_unloc : 't4 -> security_item_unloc -> unit
method visit_security_item : 'u4 -> security_item_unloc Archetype.Location.loced -> unit
method visit_security_unloc : 'v4 -> security_unloc -> unit
method visit_security : 'w4 -> security_unloc Archetype.Location.loced -> unit
method visit_s_function : 'x4 -> s_function -> unit
method visit_entry_properties : 'y4 -> entry_properties -> unit
method visit_transition : 'z4 -> transition -> unit
method visit_VKvariable : 'a5 -> unit
method visit_VKconstant : 'b5 -> unit
method visit_variable_kind : 'c5 -> variable_kind -> unit
method visit_EKenum : 'd5 -> lident -> unit
method visit_EKstate : 'e5 -> unit
method visit_enum_kind : 'f5 -> enum_kind -> unit
method visit_Darchetype : 'g5 -> lident -> exts -> unit
method visit_Dvariable : 'h5 -> variable_decl -> unit
method visit_Denum : 'i5 -> enum_kind -> enum_decl -> unit
method visit_Dasset : 'j5 -> asset_decl -> unit
method visit_Drecord : 'k5 -> record_decl -> unit
method visit_Dentry : 'l5 -> entry_decl -> unit
method visit_Dtransition : 'm5 -> transition_decl -> unit
method visit_Dextension : 'n5 -> extension_decl -> unit
method visit_Dnamespace : 'o5 -> namespace_decl -> unit
method visit_Dfunction : 'p5 -> s_function -> unit
method visit_Dspecification : 'q5 -> specification_unloc Archetype.Location.loced -> unit
method visit_Dsecurity : 'r5 -> security_unloc Archetype.Location.loced -> unit
method visit_Dinvalid : 's5 -> unit
method visit_declaration_unloc : 't5 -> declaration_unloc -> unit
method visit_variable_decl : 'u5 -> variable_decl -> unit
method visit_enum_decl : 'v5 -> enum_decl -> unit
method visit_asset_decl : 'w5 -> asset_decl -> unit
method visit_record_decl : 'x5 -> record_decl -> unit
method visit_entry_decl : 'y5 -> entry_decl -> unit
method visit_transition_decl : 'z5 -> transition_decl -> unit
method visit_extension_decl : 'a6 -> extension_decl -> unit
method visit_namespace_decl : 'b6 -> namespace_decl -> unit
method visit_AOidentifiedby : 'c6 -> lident list -> unit
method visit_AOsortedby : 'd6 -> lident -> unit
method visit_AOto : 'e6 -> lident -> unit
method visit_asset_option : 'f6 -> asset_option -> unit
method visit_APOstates : 'g6 -> lident -> unit
method visit_APOconstraints : 'h6 -> label_exprs -> unit
method visit_APOinit : 'i6 -> expr list -> unit
method visit_asset_post_option : 'j6 -> asset_post_option -> unit
method visit_EOinitial : 'k6 -> unit
method visit_EOspecification : 'l6 -> label_exprs -> unit
method visit_enum_option : 'm6 -> enum_option -> unit
method visit_declaration : 'n6 -> declaration -> unit
method visit_AOadd : 'o6 -> unit
method visit_AOremove : 'p6 -> unit
method visit_AOupdate : 'q6 -> unit
method visit_asset_operation_enum : 'r6 -> asset_operation_enum -> unit
method visit_AssetOperation : 's6 -> asset_operation_enum list -> expr option -> unit
method visit_asset_operation : 't6 -> asset_operation -> unit
method visit_Marchetype : 'u6 -> declaration list -> unit
method visit_Mextension : 'v6 -> lident -> declaration list -> declaration list -> unit
method visit_archetype_unloc : 'w6 -> archetype_unloc -> unit
method visit_archetype : 'x6 -> archetype_unloc Archetype.Location.loced -> unit
OCaml

Innovation. Community. Security.