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