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_Eterm : 'n -> (var_vset option * var_label option) -> lident -> unit
method visit_Eliteral : 'o -> literal -> unit
method visit_Earray : 'p -> expr list -> unit
method visit_Erecord : 'q -> record_item list -> unit
method visit_Etuple : 'r -> expr list -> unit
method visit_Edot : 's -> expr -> lident -> unit
method visit_Emulticomp : 't -> expr -> (comparison_operator Archetype.Location.loced * expr) list -> unit
method visit_Eapp : 'u -> function_ -> expr list -> unit
method visit_Emethod : 'v -> expr -> lident -> expr list -> unit
method visit_Etransfer : 'w -> expr -> expr -> (lident * expr list) option -> unit
method visit_Erequire : 'x -> expr -> unit
method visit_Efailif : 'y -> expr -> unit
method visit_Efail : 'z -> expr -> unit
method visit_Eassign : 'a1 -> assignment_operator -> expr -> expr -> unit
method visit_Eif : 'b1 -> expr -> expr -> expr option -> unit
method visit_Ebreak : 'c1 -> unit
method visit_Efor : 'd1 -> lident option -> lident -> expr -> expr -> unit
method visit_Eiter : 'e1 -> lident option -> lident -> expr option -> expr -> expr -> unit
method visit_Eseq : 'f1 -> expr -> expr -> unit
method visit_Eletin : 'g1 -> lident -> type_t option -> expr -> expr -> expr option -> unit
method visit_Evar : 'h1 -> lident -> type_t option -> expr -> unit
method visit_Ematchwith : 'i1 -> expr -> branch list -> unit
method visit_Equantifier : 'j1 -> quantifier -> lident -> quantifier_kind -> expr -> unit
method visit_Eassert : 'k1 -> lident -> unit
method visit_Elabel : 'l1 -> lident -> unit
method visit_Ereturn : 'm1 -> expr -> unit
method visit_Eoption : 'n1 -> option_ -> unit
method visit_Eany : 'o1 -> unit
method visit_Enothing : 'p1 -> unit
method visit_Einvalid : 'q1 -> unit
method visit_expr_unloc : 'r1 -> expr_unloc -> unit
method visit_branch : 's1 -> branch -> unit
method visit_Added : 't1 -> unit
method visit_After : 'u1 -> unit
method visit_Before : 'v1 -> unit
method visit_Fixed : 'w1 -> unit
method visit_Removed : 'x1 -> unit
method visit_Stable : 'y1 -> unit
method visit_scope : 'z1 -> scope -> unit
method visit_Qcollection : 'a2 -> expr -> unit
method visit_Qtype : 'b2 -> type_t -> unit
method visit_quantifier_kind : 'c2 -> quantifier_kind -> unit
method visit_OSome : 'd2 -> expr -> unit
method visit_ONone : 'e2 -> unit
method visit_option_ : 'f2 -> option_ -> unit
method visit_Fident : 'g2 -> lident -> unit
method visit_Foperator : 'h2 -> operator Archetype.Location.loced -> unit
method visit_function_ : 'i2 -> function_ -> unit
method visit_Lnumber : 'j2 -> Archetype.Core.big_int -> unit
method visit_Ldecimal : 'k2 -> string -> unit
method visit_Ltz : 'l2 -> Archetype.Core.big_int -> unit
method visit_Lmtz : 'm2 -> Archetype.Core.big_int -> unit
method visit_Lutz : 'n2 -> Archetype.Core.big_int -> unit
method visit_Laddress : 'o2 -> string -> unit
method visit_Lstring : 'p2 -> string -> unit
method visit_Lbool : 'q2 -> bool -> unit
method visit_Lduration : 'r2 -> string -> unit
method visit_Ldate : 's2 -> string -> unit
method visit_Lbytes : 't2 -> string -> unit
method visit_Lpercent : 'u2 -> Archetype.Core.big_int -> unit
method visit_literal : 'v2 -> literal -> unit
method visit_record_item : 'w2 -> record_item -> unit
method visit_expr : 'x2 -> expr -> unit
method visit_lident_typ : 'y2 -> lident_typ -> unit
method visit_label_expr : 'z2 -> (lident * expr) Archetype.Location.loced -> unit
method visit_label_exprs : 'a3 -> label_exprs -> unit
method visit_Eextension : 'b3 -> lident -> expr list -> unit
method visit_extension_unloc : 'c3 -> extension_unloc -> unit
method visit_extension : 'd3 -> extension_unloc Archetype.Location.loced -> unit
method visit_exts : 'e3 -> exts -> unit
method visit_Ffield : 'f3 -> lident -> type_t -> expr option -> exts -> unit
method visit_field_unloc : 'g3 -> field_unloc -> unit
method visit_field : 'h3 -> field_unloc Archetype.Location.loced -> unit
method visit_args : 'i3 -> args -> unit
method visit_invariants : 'j3 -> invariants -> unit
method visit_Vpredicate : 'k3 -> lident -> args -> expr -> unit
method visit_Vdefinition : 'l3 -> lident -> type_t -> lident -> expr -> unit
method visit_Vvariable : 'm3 -> lident -> type_t -> expr option -> unit
method visit_Veffect : 'n3 -> expr -> unit
method visit_Vassert : 'o3 -> (lident * expr * invariants * lident list) -> unit
method visit_Vpostcondition : 'p3 -> (lident * expr * invariants * lident list * postkind option) -> unit
method visit_specification_item_unloc : 'q3 -> specification_item_unloc -> unit
method visit_PKPost : 'r3 -> unit
method visit_PKInv : 's3 -> unit
method visit_postkind : 't3 -> postkind -> unit
method visit_specification_item : 'u3 -> specification_item_unloc Archetype.Location.loced -> unit
method visit_specification_unloc : 'v3 -> specification_unloc -> unit
method visit_specification : 'w3 -> specification_unloc Archetype.Location.loced -> unit
method visit_Sident : 'x3 -> lident -> unit
method visit_Sdot : 'y3 -> lident -> lident -> unit
method visit_Slist : 'z3 -> security_arg list -> unit
method visit_Sapp : 'a4 -> lident -> security_arg list -> unit
method visit_Sbut : 'b4 -> lident -> security_arg -> unit
method visit_Sto : 'c4 -> lident -> security_arg -> unit
method visit_security_arg_unloc : 'd4 -> security_arg_unloc -> unit
method visit_security_arg : 'e4 -> security_arg -> unit
method visit_security_item_unloc : 'f4 -> security_item_unloc -> unit
method visit_security_item : 'g4 -> security_item_unloc Archetype.Location.loced -> unit
method visit_security_unloc : 'h4 -> security_unloc -> unit
method visit_security : 'i4 -> security_unloc Archetype.Location.loced -> unit
method visit_s_function : 'j4 -> s_function -> unit
method visit_action_properties : 'k4 -> action_properties -> unit
method visit_transition : 'l4 -> transition -> unit
method visit_VKvariable : 'm4 -> unit
method visit_VKconstant : 'n4 -> unit
method visit_variable_kind : 'o4 -> variable_kind -> unit
method visit_EKenum : 'p4 -> lident -> unit
method visit_EKstate : 'q4 -> unit
method visit_enum_kind : 'r4 -> enum_kind -> unit
method visit_Darchetype : 's4 -> lident -> exts -> unit
method visit_Dvariable : 't4 -> variable_decl -> unit
method visit_Denum : 'u4 -> enum_kind -> enum_decl -> unit
method visit_Dasset : 'v4 -> asset_decl -> unit
method visit_Daction : 'w4 -> action_decl -> unit
method visit_Dtransition : 'x4 -> transition_decl -> unit
method visit_Dcontract : 'y4 -> contract_decl -> unit
method visit_Dextension : 'z4 -> extension_decl -> unit
method visit_Dnamespace : 'a5 -> namespace_decl -> unit
method visit_Dfunction : 'b5 -> s_function -> unit
method visit_Dspecification : 'c5 -> specification_unloc Archetype.Location.loced -> unit
method visit_Dsecurity : 'd5 -> security_unloc Archetype.Location.loced -> unit
method visit_Dinvalid : 'e5 -> unit
method visit_declaration_unloc : 'f5 -> declaration_unloc -> unit
method visit_variable_decl : 'g5 -> variable_decl -> unit
method visit_enum_decl : 'h5 -> enum_decl -> unit
method visit_asset_decl : 'i5 -> asset_decl -> unit
method visit_action_decl : 'j5 -> action_decl -> unit
method visit_transition_decl : 'k5 -> transition_decl -> unit
method visit_contract_decl : 'l5 -> contract_decl -> unit
method visit_extension_decl : 'm5 -> extension_decl -> unit
method visit_namespace_decl : 'n5 -> namespace_decl -> unit
method visit_VOfrom : 'o5 -> lident -> unit
method visit_VOto : 'p5 -> lident -> unit
method visit_value_option : 'q5 -> value_option -> unit
method visit_AOidentifiedby : 'r5 -> lident -> unit
method visit_AOsortedby : 's5 -> lident -> unit
method visit_asset_option : 't5 -> asset_option -> unit
method visit_APOstates : 'u5 -> lident -> unit
method visit_APOconstraints : 'v5 -> label_exprs -> unit
method visit_APOinit : 'w5 -> expr list -> unit
method visit_asset_post_option : 'x5 -> asset_post_option -> unit
method visit_EOinitial : 'y5 -> unit
method visit_EOspecification : 'z5 -> label_exprs -> unit
method visit_enum_option : 'a6 -> enum_option -> unit
method visit_Ssignature : 'b6 -> lident -> (lident * type_t) list -> unit
method visit_signature : 'c6 -> signature -> unit
method visit_declaration : 'd6 -> declaration -> unit
method visit_AOadd : 'e6 -> unit
method visit_AOremove : 'f6 -> unit
method visit_AOupdate : 'g6 -> unit
method visit_asset_operation_enum : 'h6 -> asset_operation_enum -> unit
method visit_AssetOperation : 'i6 -> asset_operation_enum list -> expr option -> unit
method visit_asset_operation : 'j6 -> asset_operation -> unit
method visit_Marchetype : 'k6 -> declaration list -> unit
method visit_Mextension : 'l6 -> lident -> declaration list -> declaration list -> unit
method visit_archetype_unloc : 'm6 -> archetype_unloc -> unit
method visit_archetype : 'n6 -> archetype_unloc Archetype.Location.loced -> unit
OCaml

Innovation. Community. Security.