package archetype

  1. Overview
  2. Docs
constraint 'b map = 'b map
method visit_Pwild : 'c -> pattern_unloc
method visit_Pref : 'c -> pname Archetype.Location.loced -> lident list -> pattern_unloc
method visit_pattern_unloc : 'c -> pattern_unloc -> pattern_unloc
method visit_PIdent : 'c -> Archetype.Ident.ident -> pname
method visit_PCons : 'c -> pname
method visit_PNil : 'c -> pname
method visit_PSome : 'c -> pname
method visit_PNone : 'c -> pname
method visit_PLeft : 'c -> pname
method visit_PRight : 'c -> pname
method visit_pname : 'c -> pname -> pname
method visit_VLBefore : 'c -> var_label
method visit_VLIdent : 'c -> lident -> var_label
method visit_var_label : 'c -> var_label -> var_label
method visit_VSAdded : 'c -> var_vset
method visit_VSUnmoved : 'c -> var_vset
method visit_VSRemoved : 'c -> var_vset
method visit_var_vset : 'c -> var_vset -> var_vset
method visit_FIsimple : 'c -> lident -> for_ident_unloc
method visit_FIdouble : 'c -> lident -> lident -> for_ident_unloc
method visit_for_ident_unloc : 'c -> for_ident_unloc -> for_ident_unloc
method visit_TTsimple : 'c -> expr -> expr -> transfer_t
method visit_TTcontract : 'c -> expr -> expr -> lident -> type_t -> expr -> transfer_t
method visit_TTentry : 'c -> expr -> lident -> expr -> transfer_t
method visit_TTself : 'c -> expr -> lident -> expr list -> transfer_t
method visit_TToperation : 'c -> expr -> transfer_t
method visit_transfer_t : 'c -> transfer_t -> transfer_t
method visit_Eterm : 'c -> (var_vset option * var_label option) -> 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_Esqapp : 'c -> expr -> expr -> 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 -> transfer_t -> expr_unloc
method visit_Edorequire : 'c -> expr -> expr -> expr_unloc
method visit_Edofailif : 'c -> expr -> expr -> expr_unloc
method visit_Efail : '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_Efor : 'c -> lident option -> for_ident_unloc Archetype.Location.loced -> expr -> expr -> expr_unloc
method visit_Eiter : 'c -> lident option -> lident -> expr option -> expr -> expr -> expr_unloc
method visit_Ewhile : 'c -> lident 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_Efold : 'c -> expr -> lident -> expr -> expr_unloc
method visit_Emap : 'c -> expr -> lident -> expr -> expr_unloc
method visit_Erecupdate : 'c -> expr -> (lident * expr) 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_Eor : 'c -> or_ -> expr_unloc
method visit_Elambda : 'c -> type_t option -> lident -> type_t option -> expr -> expr_unloc
method visit_Eentrypoint : 'c -> type_t -> expr -> expr -> expr_unloc
method visit_Eunpack : 'c -> type_t -> expr -> expr_unloc
method visit_Eself : 'c -> lident -> expr_unloc
method visit_Eany : 'c -> expr_unloc
method visit_Enothing : 'c -> expr_unloc
method visit_Eunit : 'c -> 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 -> type_t option -> option_
method visit_option_ : 'c -> option_ -> option_
method visit_Oleft : 'c -> type_t option -> type_t -> expr -> or_
method visit_Oright : 'c -> type_t -> type_t option -> expr -> or_
method visit_or_ : 'c -> or_ -> or_
method visit_Fident : 'c -> lident -> function_
method visit_Foperator : 'c -> operator Archetype.Location.loced -> function_
method visit_function_ : 'c -> function_ -> function_
method visit_Lint : 'c -> Archetype.Core.big_int -> literal
method visit_Lnat : 'c -> Archetype.Core.big_int -> literal
method visit_Ldecimal : 'c -> string -> literal
method visit_Ltz : 'c -> string -> literal
method visit_Lmtz : 'c -> string -> literal
method visit_Lutz : 'c -> string -> 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_Lbytes : 'c -> string -> literal
method visit_Lpercent : '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 list -> 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_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_Vfails : 'c -> (lident * lident * type_t * expr) list -> specification_item_unloc
method visit_Vpostcondition : 'c -> (lident * expr * invariants * lident list * postkind option) -> specification_item_unloc
method visit_specification_item_unloc : 'c -> specification_item_unloc -> specification_item_unloc
method visit_PKPost : 'c -> postkind
method visit_PKInv : 'c -> postkind
method visit_postkind : 'c -> postkind -> postkind
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_entry_properties : 'c -> entry_properties -> entry_properties
method visit_transition : 'c -> transition -> transition
method visit_parameter : 'c -> (lident * type_t * expr option * bool) Archetype.Location.loced -> (lident * type_t * expr option * bool) Archetype.Location.loced
method visit_parameters : 'c -> parameters -> parameters
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 -> parameters -> 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_Drecord : 'c -> record_decl -> declaration_unloc
method visit_Dentry : 'c -> entry_decl -> declaration_unloc
method visit_Dtransition : 'c -> transition_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_Dspecasset : 'c -> (lident * label_exprs) -> declaration_unloc
method visit_Dspecfun : 'c -> specfun -> declaration_unloc
method visit_Dspecvariable : 'c -> (lident * label_exprs) -> declaration_unloc
method visit_Dtype : 'c -> lident -> type_t -> declaration_unloc
method visit_Dinvalid : 'c -> declaration_unloc
method visit_declaration_unloc : 'c -> declaration_unloc -> declaration_unloc
method visit_SKentry : 'c -> specfun_kind
method visit_SKfunction : 'c -> specfun_kind
method visit_SKgetter : 'c -> specfun_kind
method visit_specfun_kind : 'c -> specfun_kind -> specfun_kind
method visit_specfun : 'c -> specfun -> specfun_kind * lident * args * specification
method visit_variable_decl : 'c -> variable_decl -> lident * type_t * expr option * variable_kind * label_exprs * exts
method visit_enum_decl : 'c -> enum_decl -> (lident * type_t list * 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_record_decl : 'c -> record_decl -> lident * field list * expr option * exts
method visit_entry_decl : 'c -> entry_decl -> lident * args * entry_properties * (expr * exts) option * exts
method visit_transition_decl : 'c -> transition_decl -> lident * args * (lident * type_t) option * expr * entry_properties * transition * exts
method visit_extension_decl : 'c -> extension_decl -> lident * expr list
method visit_namespace_decl : 'c -> namespace_decl -> lident * declaration list
method visit_AOidentifiedby : 'c -> lident list -> asset_option
method visit_AOsortedby : 'c -> lident -> asset_option
method visit_AOtoBigMap : 'c -> 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 list -> 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_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.