package archetype

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

Innovation. Community. Security.