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

Innovation. Community. Security.