package archetype

  1. Overview
  2. Docs
constraint 'b map = 'b map
method visit_Pwild : 'c -> pattern_unloc
method visit_Pref : 'c -> lident -> pattern_unloc
method visit_pattern_unloc : 'c -> pattern_unloc -> pattern_unloc
method visit_s_term : 'c -> s_term -> s_term
method visit_Eterm : 'c -> s_term -> lident -> expr_unloc
method visit_Eliteral : 'c -> literal -> expr_unloc
method visit_Earray : 'c -> expr list -> expr_unloc
method visit_Erecord : 'c -> record_item list -> expr_unloc
method visit_Etuple : 'c -> expr list -> expr_unloc
method visit_Edot : 'c -> expr -> lident -> expr_unloc
method visit_Emulticomp : 'c -> expr -> (comparison_operator Archetype.Location.loced * expr) list -> expr_unloc
method visit_Eapp : 'c -> function_ -> expr list -> expr_unloc
method visit_Emethod : 'c -> expr -> lident -> expr list -> expr_unloc
method visit_Etransfer : 'c -> expr -> expr -> expr_unloc
method visit_Erequire : 'c -> expr -> expr_unloc
method visit_Efailif : 'c -> expr -> expr_unloc
method visit_Eassign : 'c -> assignment_operator -> expr -> expr -> expr_unloc
method visit_Eif : 'c -> expr -> expr -> expr option -> expr_unloc
method visit_Ebreak : 'c -> expr_unloc
method visit_Efor : 'c -> lident option -> lident -> expr -> expr -> expr_unloc
method visit_Eiter : 'c -> lident option -> lident -> expr option -> expr -> expr -> expr_unloc
method visit_Eseq : 'c -> expr -> expr -> expr_unloc
method visit_Eletin : 'c -> lident -> type_t option -> expr -> expr -> expr option -> expr_unloc
method visit_Evar : 'c -> lident -> type_t option -> expr -> expr_unloc
method visit_Ematchwith : 'c -> expr -> branch list -> expr_unloc
method visit_Equantifier : 'c -> quantifier -> lident -> quantifier_kind -> expr -> expr_unloc
method visit_Eassert : 'c -> lident -> expr_unloc
method visit_Elabel : 'c -> lident -> expr_unloc
method visit_Ereturn : 'c -> expr -> expr_unloc
method visit_Eoption : 'c -> option_ -> expr_unloc
method visit_Einvalid : 'c -> expr_unloc
method visit_expr_unloc : 'c -> expr_unloc -> expr_unloc
method visit_branch : 'c -> branch -> pattern list * expr
method visit_Added : 'd -> scope
method visit_After : 'd -> scope
method visit_Before : 'd -> scope
method visit_Fixed : 'd -> scope
method visit_Removed : 'd -> scope
method visit_Stable : 'd -> scope
method visit_scope : 'd -> scope -> scope
method visit_Qcollection : 'c -> expr -> quantifier_kind
method visit_Qtype : 'c -> type_t -> quantifier_kind
method visit_quantifier_kind : 'c -> quantifier_kind -> quantifier_kind
method visit_OSome : 'c -> expr -> option_
method visit_ONone : 'c -> option_
method visit_option_ : 'c -> option_ -> option_
method visit_Fident : 'c -> lident -> function_
method visit_Foperator : 'c -> operator Archetype.Location.loced -> function_
method visit_function_ : 'c -> function_ -> function_
method visit_Lnumber : 'c -> Archetype.Core.big_int -> literal
method visit_Lrational : 'c -> Archetype.Core.big_int -> Archetype.Core.big_int -> literal
method visit_Ltz : 'c -> Archetype.Core.big_int -> literal
method visit_Lmtz : 'c -> Archetype.Core.big_int -> literal
method visit_Lutz : 'c -> Archetype.Core.big_int -> literal
method visit_Laddress : 'c -> string -> literal
method visit_Lstring : 'c -> string -> literal
method visit_Lbool : 'c -> bool -> literal
method visit_Lduration : 'c -> string -> literal
method visit_Ldate : 'c -> string -> literal
method visit_literal : 'c -> literal -> literal
method visit_record_item : 'c -> record_item -> (assignment_operator * lident) option * expr
method visit_expr : 'c -> expr -> expr
method visit_lident_typ : 'c -> lident_typ -> lident * type_t * extension list option
method visit_label_expr : 'c -> (lident * expr) Archetype.Location.loced -> (lident * expr) Archetype.Location.loced
method visit_label_exprs : 'c -> label_exprs -> label_exprs
method visit_Eextension : 'c -> lident -> expr option -> extension_unloc
method visit_extension_unloc : 'c -> extension_unloc -> extension_unloc
method visit_exts : 'c -> exts -> exts
method visit_Ffield : 'c -> lident -> type_t -> expr option -> exts -> field_unloc
method visit_field_unloc : 'c -> field_unloc -> field_unloc
method visit_args : 'c -> args -> args
method visit_invariants : 'c -> invariants -> invariants
method visit_Vpredicate : 'c -> lident -> args -> expr -> specification_item_unloc
method visit_Vdefinition : 'c -> lident -> type_t -> lident -> expr -> specification_item_unloc
method visit_Vlemma : 'c -> lident -> expr -> specification_item_unloc
method visit_Vtheorem : 'c -> lident -> expr -> specification_item_unloc
method visit_Vvariable : 'c -> lident -> type_t -> expr option -> specification_item_unloc
method visit_Veffect : 'c -> expr -> specification_item_unloc
method visit_Vassert : 'c -> (lident * expr * invariants * lident list) -> specification_item_unloc
method visit_Vpostcondition : 'c -> (lident * expr * invariants * lident list) -> specification_item_unloc
method visit_specification_item_unloc : 'c -> specification_item_unloc -> specification_item_unloc
method visit_specification_unloc : 'c -> specification_unloc -> specification_item list * exts
method visit_Sident : 'c -> lident -> security_arg_unloc
method visit_Sdot : 'c -> lident -> lident -> security_arg_unloc
method visit_Slist : 'c -> security_arg list -> security_arg_unloc
method visit_Sapp : 'c -> lident -> security_arg list -> security_arg_unloc
method visit_Sbut : 'c -> lident -> security_arg -> security_arg_unloc
method visit_Sto : 'c -> lident -> security_arg -> security_arg_unloc
method visit_security_arg_unloc : 'c -> security_arg_unloc -> security_arg_unloc
method visit_security_arg : 'c -> security_arg -> security_arg
method visit_security_item_unloc : 'c -> security_item_unloc -> lident * lident * security_arg list
method visit_security_unloc : 'c -> security_unloc -> security_item list * exts
method visit_s_function : 'c -> s_function -> s_function
method visit_action_properties : 'c -> action_properties -> action_properties
method visit_transition : 'c -> transition -> transition
method visit_VKvariable : 'c -> variable_kind
method visit_VKconstant : 'c -> variable_kind
method visit_variable_kind : 'c -> variable_kind -> variable_kind
method visit_EKenum : 'c -> lident -> enum_kind
method visit_EKstate : 'c -> enum_kind
method visit_enum_kind : 'c -> enum_kind -> enum_kind
method visit_Darchetype : 'c -> lident -> exts -> declaration_unloc
method visit_Dvariable : 'c -> variable_decl -> declaration_unloc
method visit_Denum : 'c -> enum_kind -> enum_decl -> declaration_unloc
method visit_Dasset : 'c -> asset_decl -> declaration_unloc
method visit_Daction : 'c -> action_decl -> declaration_unloc
method visit_Dtransition : 'c -> transition_decl -> declaration_unloc
method visit_Dcontract : 'c -> contract_decl -> declaration_unloc
method visit_Dextension : 'c -> extension_decl -> declaration_unloc
method visit_Dnamespace : 'c -> namespace_decl -> declaration_unloc
method visit_Dfunction : 'c -> s_function -> declaration_unloc
method visit_Dspecification : 'c -> specification_unloc Archetype.Location.loced -> declaration_unloc
method visit_Dinvalid : 'c -> declaration_unloc
method visit_declaration_unloc : 'c -> declaration_unloc -> declaration_unloc
method visit_variable_decl : 'c -> variable_decl -> lident * type_t * expr option * value_option list option * variable_kind * label_exprs * exts
method visit_enum_decl : 'c -> enum_decl -> (lident * enum_option list) list * exts
method visit_asset_decl : 'c -> asset_decl -> lident * field list * field list * asset_option list * asset_post_option list * asset_operation option * exts
method visit_action_decl : 'c -> action_decl -> lident * args * action_properties * (expr * exts) option * exts
method visit_transition_decl : 'c -> transition_decl -> lident * args * (lident * type_t) option * expr * action_properties * transition * exts
method visit_contract_decl : 'c -> contract_decl -> lident * signature list * exts
method visit_extension_decl : 'c -> extension_decl -> lident * expr option
method visit_namespace_decl : 'c -> namespace_decl -> lident * declaration list
method visit_VOfrom : 'c -> lident -> value_option
method visit_VOto : 'c -> lident -> value_option
method visit_value_option : 'c -> value_option -> value_option
method visit_AOidentifiedby : 'c -> lident -> asset_option
method visit_AOsortedby : 'c -> lident -> asset_option
method visit_asset_option : 'c -> asset_option -> asset_option
method visit_APOstates : 'c -> lident -> asset_post_option
method visit_APOconstraints : 'c -> label_exprs -> asset_post_option
method visit_APOinit : 'c -> expr -> asset_post_option
method visit_asset_post_option : 'c -> asset_post_option -> asset_post_option
method visit_EOinitial : 'c -> enum_option
method visit_EOspecification : 'c -> label_exprs -> enum_option
method visit_enum_option : 'c -> enum_option -> enum_option
method visit_Ssignature : 'c -> lident -> type_t list -> signature
method visit_signature : 'c -> signature -> signature
method visit_declaration : 'c -> declaration -> declaration
method visit_AOadd : 'c -> asset_operation_enum
method visit_AOremove : 'c -> asset_operation_enum
method visit_AOupdate : 'c -> asset_operation_enum
method visit_asset_operation_enum : 'c -> asset_operation_enum -> asset_operation_enum
method visit_AssetOperation : 'c -> asset_operation_enum list -> expr option -> asset_operation
method visit_asset_operation : 'c -> asset_operation -> asset_operation
method visit_Marchetype : 'c -> declaration list -> archetype_unloc
method visit_Mextension : 'c -> lident -> declaration list -> declaration list -> archetype_unloc
method visit_archetype_unloc : 'c -> archetype_unloc -> archetype_unloc
OCaml

Innovation. Community. Security.