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

Innovation. Community. Security.