package archetype

  1. Overview
  2. Docs
constraint 'b map = 'b map
method visit_Pwild : 'c -> pattern_unloc
method visit_Pref : 'd -> pname Archetype.Location.loced -> lident list -> pattern_unloc
method visit_pattern_unloc : 'e -> pattern_unloc -> pattern_unloc
method visit_PIdent : 'f -> Archetype.Ident.ident -> pname
method visit_PCons : 'g -> pname
method visit_PNil : 'h -> pname
method visit_PSome : 'i -> pname
method visit_PNone : 'j -> pname
method visit_PLeft : 'k -> pname
method visit_PRight : 'l -> pname
method visit_pname : 'm -> pname -> pname
method visit_VLBefore : 'o -> var_label
method visit_VLIdent : 'p -> lident -> var_label
method visit_var_label : 'q -> var_label -> var_label
method visit_VSAdded : 'r -> var_vset
method visit_VSUnmoved : 's -> var_vset
method visit_VSRemoved : 't -> var_vset
method visit_var_vset : 'u -> var_vset -> var_vset
method visit_FIsimple : 'v -> lident -> for_ident_unloc
method visit_FIdouble : 'w -> lident -> lident -> for_ident_unloc
method visit_for_ident_unloc : 'x -> for_ident_unloc -> for_ident_unloc
method visit_TTsimple : 'z -> expr -> expr -> transfer_t
method visit_TTcontract : 'a1 -> expr -> expr -> lident -> type_t -> expr -> transfer_t
method visit_TTentry : 'b1 -> expr -> lident -> expr -> transfer_t
method visit_TTentry2 : 'c1 -> expr -> lident -> expr -> lident -> expr -> transfer_t
method visit_TTself : 'd1 -> expr -> lident -> expr list -> transfer_t
method visit_TToperation : 'e1 -> expr -> transfer_t
method visit_transfer_t : 'f1 -> transfer_t -> transfer_t
method visit_Eterm : 'g1 -> scope_import -> (var_vset option * var_label option) -> lident -> expr_unloc
method visit_Eliteral : 'h1 -> literal -> expr_unloc
method visit_Earray : 'i1 -> scope_import -> expr list -> expr_unloc
method visit_Erecord : 'j1 -> scope_import -> record_item list -> expr_unloc
method visit_Etuple : 'k1 -> expr list -> expr_unloc
method visit_Edot : 'l1 -> expr -> lident -> expr_unloc
method visit_Equestiondot : 'm1 -> expr -> lident -> expr_unloc
method visit_Esqapp : 'n1 -> expr -> expr -> expr_unloc
method visit_Emulticomp : 'o1 -> expr -> (comparison_operator Archetype.Location.loced * expr) list -> expr_unloc
method visit_Eapp : 'p1 -> function_ -> expr list -> expr_unloc
method visit_Eappt : 'q1 -> function_ -> type_t list -> expr list -> expr_unloc
method visit_Emethod : 'r1 -> expr -> lident -> expr list -> expr_unloc
method visit_Etransfer : 's1 -> transfer_t -> expr_unloc
method visit_Edorequire : 't1 -> expr -> expr -> expr_unloc
method visit_Edofailif : 'u1 -> expr -> expr -> expr_unloc
method visit_Efail : 'v1 -> expr -> expr_unloc
method visit_Efailsome : 'w1 -> expr -> expr_unloc
method visit_Eassign : 'x1 -> assignment_operator -> expr -> expr -> expr_unloc
method visit_Eassignopt : 'y1 -> expr -> expr -> expr -> expr_unloc
method visit_Eif : 'z1 -> expr -> expr -> expr option -> expr_unloc
method visit_Efor : 'a2 -> lident option -> for_ident_unloc Archetype.Location.loced -> expr -> expr -> expr_unloc
method visit_Eiter : 'b2 -> lident option -> lident -> expr option -> expr -> expr -> expr_unloc
method visit_Ewhile : 'c2 -> lident option -> expr -> expr -> expr_unloc
method visit_Eseq : 'd2 -> expr -> expr -> expr_unloc
method visit_Eletin : 'e2 -> lident -> type_t option -> expr -> expr -> expr option -> expr_unloc
method visit_Evar : 'f2 -> lident -> type_t option -> expr -> bool -> expr_unloc
method visit_Evaropt : 'g2 -> lident -> type_t option -> expr -> expr option -> bool -> expr_unloc
method visit_Ematchwith : 'h2 -> expr -> branch list -> expr_unloc
method visit_Efold : 'i2 -> expr -> lident -> expr -> expr_unloc
method visit_Emap : 'j2 -> expr -> lident -> expr -> expr_unloc
method visit_Erecupdate : 'k2 -> expr -> (lident * expr) list -> expr_unloc
method visit_Equantifier : 'l2 -> quantifier -> lident -> quantifier_kind -> expr -> expr_unloc
method visit_Eassert : 'm2 -> lident -> expr_unloc
method visit_Elabel : 'n2 -> lident -> expr_unloc
method visit_Ereturn : 'o2 -> expr -> expr_unloc
method visit_Eoption : 'p2 -> option_ -> expr_unloc
method visit_Eor : 'q2 -> or_ -> expr_unloc
method visit_Elambda : 'r2 -> type_t option -> lident -> type_t option -> expr -> expr_unloc
method visit_Eentrypoint : 's2 -> type_t -> expr -> expr -> expr option -> expr_unloc
method visit_Ecallview : 't2 -> type_t -> expr -> expr -> expr -> expr_unloc
method visit_Eunpack : 'u2 -> type_t -> expr -> expr_unloc
method visit_Eemit : 'v2 -> type_t -> expr -> expr_unloc
method visit_Eself : 'w2 -> lident -> expr_unloc
method visit_Eternary : 'x2 -> expr -> expr -> expr -> expr_unloc
method visit_Eany : 'y2 -> expr_unloc
method visit_Enothing : 'z2 -> expr_unloc
method visit_Eunit : 'a3 -> expr_unloc
method visit_Einvalid : 'b3 -> expr_unloc
method visit_expr_unloc : 'c3 -> expr_unloc -> expr_unloc
method visit_branch : 'd3 -> branch -> pattern list * expr
method visit_Added : 'e3 -> scope
method visit_After : 'f3 -> scope
method visit_Before : 'g3 -> scope
method visit_Fixed : 'h3 -> scope
method visit_Removed : 'i3 -> scope
method visit_Stable : 'j3 -> scope
method visit_scope : 'k3 -> scope -> scope
method visit_Qcollection : 'l3 -> expr -> quantifier_kind
method visit_Qtype : 'm3 -> type_t -> quantifier_kind
method visit_quantifier_kind : 'n3 -> quantifier_kind -> quantifier_kind
method visit_OSome : 'o3 -> expr -> option_
method visit_ONone : 'p3 -> type_t option -> option_
method visit_option_ : 'q3 -> option_ -> option_
method visit_Oleft : 'r3 -> type_t option -> type_t -> expr -> or_
method visit_Oright : 's3 -> type_t -> type_t option -> expr -> or_
method visit_or_ : 't3 -> or_ -> or_
method visit_Fident : 'u3 -> lident -> function_
method visit_Foperator : 'v3 -> operator Archetype.Location.loced -> function_
method visit_function_ : 'w3 -> function_ -> function_
method visit_Lint : 'x3 -> Archetype.Core.big_int -> literal
method visit_Lnat : 'y3 -> Archetype.Core.big_int -> literal
method visit_Ldecimal : 'z3 -> string -> literal
method visit_Ltz : 'a4 -> string -> literal
method visit_Lmtz : 'b4 -> string -> literal
method visit_Lutz : 'c4 -> string -> literal
method visit_Laddress : 'd4 -> string -> literal
method visit_Lstring : 'e4 -> string -> literal
method visit_Lbool : 'f4 -> bool -> literal
method visit_Lduration : 'g4 -> string -> literal
method visit_Ldate : 'h4 -> string -> literal
method visit_Lbytes : 'i4 -> string -> literal
method visit_Lpercent : 'j4 -> string -> literal
method visit_literal : 'k4 -> literal -> literal
method visit_record_item : 'l4 -> record_item -> (assignment_operator * lident) option * expr
method visit_expr : 'm4 -> expr -> expr
method visit_lident_typ : 'n4 -> lident_typ -> lident * type_t * extension list option
method visit_label_expr : 'o4 -> (lident * expr) Archetype.Location.loced -> (lident * expr) Archetype.Location.loced
method visit_label_exprs : 'p4 -> label_exprs -> label_exprs
method visit_Eextension : 'q4 -> lident -> expr list -> extension_unloc
method visit_extension_unloc : 'r4 -> extension_unloc -> extension_unloc
method visit_exts : 't4 -> exts -> exts
method visit_Ffield : 'u4 -> lident -> type_t -> expr option -> exts -> field_unloc
method visit_field_unloc : 'v4 -> field_unloc -> field_unloc
method visit_args : 'x4 -> args -> args
method visit_invariants : 'y4 -> invariants -> invariants
method visit_Vpredicate : 'z4 -> lident -> args -> expr -> specification_item_unloc
method visit_Vdefinition : 'a5 -> lident -> type_t -> lident -> expr -> specification_item_unloc
method visit_Vvariable : 'b5 -> lident -> type_t -> expr option -> specification_item_unloc
method visit_Veffect : 'c5 -> expr -> specification_item_unloc
method visit_Vassert : 'd5 -> (lident * expr * invariants * lident list) -> specification_item_unloc
method visit_Vfails : 'e5 -> (lident * lident option * lident * type_t * expr) list -> specification_item_unloc
method visit_Vpostcondition : 'f5 -> (lident * expr * invariants * lident list * postkind option) -> specification_item_unloc
method visit_specification_item_unloc : 'g5 -> specification_item_unloc -> specification_item_unloc
method visit_PKPost : 'h5 -> postkind
method visit_PKInv : 'i5 -> postkind
method visit_postkind : 'j5 -> postkind -> postkind
method visit_specification_unloc : 'l5 -> specification_unloc -> specification_item list * exts
method visit_Sident : 'n5 -> lident -> security_arg_unloc
method visit_Sdot : 'o5 -> lident -> lident -> security_arg_unloc
method visit_Slist : 'p5 -> security_arg list -> security_arg_unloc
method visit_Sapp : 'q5 -> lident -> security_arg list -> security_arg_unloc
method visit_Sbut : 'r5 -> lident -> security_arg -> security_arg_unloc
method visit_Sto : 's5 -> lident -> security_arg -> security_arg_unloc
method visit_security_arg_unloc : 't5 -> security_arg_unloc -> security_arg_unloc
method visit_security_arg : 'u5 -> security_arg -> security_arg
method visit_security_item_unloc : 'v5 -> security_item_unloc -> lident * lident * security_arg list
method visit_security_unloc : 'x5 -> security_unloc -> security_item list * exts
method visit_VVonchain : 'z5 -> view_visibility
method visit_VVoffchain : 'a6 -> view_visibility
method visit_VVonoffchain : 'b6 -> view_visibility
method visit_VVnone : 'c6 -> view_visibility
method visit_view_visibility : 'd6 -> view_visibility -> view_visibility
method visit_s_function : 'e6 -> s_function -> s_function
method visit_entry_properties : 'f6 -> entry_properties -> entry_properties
method visit_transition : 'g6 -> transition -> transition
method visit_parameter : 'h6 -> (lident * type_t * expr option * bool) Archetype.Location.loced -> (lident * type_t * expr option * bool) Archetype.Location.loced
method visit_parameters : 'i6 -> parameters -> parameters
method visit_Muri : 'j6 -> string Archetype.Location.loced -> metadata
method visit_Mjson : 'k6 -> string Archetype.Location.loced -> metadata
method visit_metadata : 'l6 -> metadata -> metadata
method visit_VKvariable : 'm6 -> variable_kind
method visit_VKconstant : 'n6 -> variable_kind
method visit_variable_kind : 'o6 -> variable_kind -> variable_kind
method visit_EKenum : 'p6 -> lident -> enum_kind
method visit_EKstate : 'q6 -> enum_kind
method visit_enum_kind : 'r6 -> enum_kind -> enum_kind
method visit_Darchetype : 's6 -> lident -> parameters -> metadata option -> exts -> declaration_unloc
method visit_Dimport : 't6 -> lident -> lident -> declaration_unloc
method visit_Dvariable : 'u6 -> variable_decl -> declaration_unloc
method visit_Denum : 'v6 -> enum_kind -> enum_decl -> declaration_unloc
method visit_Dasset : 'w6 -> asset_decl -> declaration_unloc
method visit_Drecord : 'x6 -> record_decl -> declaration_unloc
method visit_Dentry : 'y6 -> entry_decl -> declaration_unloc
method visit_Dtransition : 'z6 -> transition_decl -> declaration_unloc
method visit_Dextension : 'a7 -> extension_decl -> declaration_unloc
method visit_Dnamespace : 'b7 -> namespace_decl -> declaration_unloc
method visit_Dfunction : 'c7 -> s_function -> declaration_unloc
method visit_Dspecification : 'd7 -> specification_unloc Archetype.Location.loced -> declaration_unloc
method visit_Dspecasset : 'e7 -> (lident * label_exprs) -> declaration_unloc
method visit_Dspecfun : 'f7 -> specfun -> declaration_unloc
method visit_Dspecvariable : 'g7 -> (lident * label_exprs) -> declaration_unloc
method visit_Dsecurity : 'h7 -> security_unloc Archetype.Location.loced -> declaration_unloc
method visit_Dtype : 'i7 -> lident -> type_t -> declaration_unloc
method visit_Devent : 'j7 -> record_decl -> declaration_unloc
method visit_Dinvalid : 'k7 -> declaration_unloc
method visit_declaration_unloc : 'l7 -> declaration_unloc -> declaration_unloc
method visit_SKentry : 'm7 -> specfun_kind
method visit_SKfunction : 'n7 -> specfun_kind
method visit_SKgetter : 'o7 -> specfun_kind
method visit_SKview : 'p7 -> specfun_kind
method visit_specfun_kind : 'q7 -> specfun_kind -> specfun_kind
method visit_specfun : 'r7 -> specfun -> specfun_kind * lident * args * specification
method visit_variable_decl : 's7 -> variable_decl -> lident * type_t * expr option * variable_kind * label_exprs * exts
method visit_enum_decl : 't7 -> enum_decl -> (lident * type_t list * enum_option list) list * exts
method visit_asset_decl : 'u7 -> asset_decl -> lident * field list * field list * asset_option list * asset_post_option list * asset_operation option * exts
method visit_record_decl : 'v7 -> record_decl -> lident * field list * expr option * exts
method visit_entry_decl : 'w7 -> entry_decl -> lident * args * entry_properties * (expr * exts) option * exts
method visit_transition_decl : 'x7 -> transition_decl -> lident * args * (lident * type_t) option * expr * entry_properties * transition * exts
method visit_extension_decl : 'y7 -> extension_decl -> lident * expr list
method visit_namespace_decl : 'z7 -> namespace_decl -> lident * declaration list
method visit_MKMap : 'a8 -> map_kind
method visit_MKBigMap : 'b8 -> map_kind
method visit_MKIterableBigMap : 'c8 -> map_kind
method visit_map_kind : 'd8 -> map_kind -> map_kind
method visit_AOidentifiedby : 'e8 -> lident list -> asset_option
method visit_AOsortedby : 'f8 -> lident -> asset_option
method visit_AOtoMapKind : 'g8 -> map_kind -> asset_option
method visit_asset_option : 'h8 -> asset_option -> asset_option
method visit_APOstates : 'i8 -> lident -> asset_post_option
method visit_APOconstraints : 'j8 -> label_exprs -> asset_post_option
method visit_APOinit : 'k8 -> expr list -> asset_post_option
method visit_asset_post_option : 'l8 -> asset_post_option -> asset_post_option
method visit_EOinitial : 'm8 -> enum_option
method visit_EOspecification : 'n8 -> label_exprs -> enum_option
method visit_enum_option : 'o8 -> enum_option -> enum_option
method visit_declaration : 'p8 -> declaration -> declaration
method visit_AOadd : 'q8 -> asset_operation_enum
method visit_AOremove : 'r8 -> asset_operation_enum
method visit_AOupdate : 's8 -> asset_operation_enum
method visit_asset_operation_enum : 't8 -> asset_operation_enum -> asset_operation_enum
method visit_AssetOperation : 'u8 -> asset_operation_enum list -> expr option -> asset_operation
method visit_asset_operation : 'v8 -> asset_operation -> asset_operation
method visit_Marchetype : 'w8 -> declaration list -> archetype_unloc
method visit_Mextension : 'x8 -> lident -> declaration list -> declaration list -> archetype_unloc
method visit_archetype_unloc : 'y8 -> archetype_unloc -> archetype_unloc