Expand description
Auto-generated module
๐ค Generated with SplitRS
Functionsยง
- assoc_
map_ from_ vec - Convert a Vec of pairs into an AssocMap.
- build_
hashmap_ delete - Build
HashMap.delete : {K V : Type} โ K โ HashMap K V โ HashMap K V. - build_
hashmap_ env - Build HashMap type in the environment.
- build_
hashmap_ extended - Build all HashMap operations into the environment.
- build_
hashmap_ size - Build
HashMap.size : {K V : Type} โ HashMap K V โ Nat. - count_
matching - Count entries in an AssocMap matching a predicate.
- hm_app
- Application
f a. - hm_app2
- Application
f a b. - hm_app3
- Application
f a b c. - hm_
arrow - Non-dependent arrow
A โ B. - hm_bool
Bool.- hm_bvar
- Bound variable.
- hm_cst
- Named constant.
- hm_eq
Eq ty a b.- hm_
ext_ forall_ map โ {K V : Type}, HashMap K V โ ...quantifier over a single map.- hm_
ext_ forall_ map_ k_ v - Standard
โ {K V} (m : HashMap K V) (k : K) (v : V)prefix. - hm_
ext_ forall_ two_ maps โ {K V : Type}, HashMap K V โ HashMap K V โ ...- hm_
ext_ get_ eq_ none - Build
HashMap.get m k = Option.none. - hm_
ext_ get_ eq_ some - Build
HashMap.get m k = Option.some vequality. - hm_
ext_ map_ eq - Equality of two
HashMap K Vvalues. - hm_list
List A.- hm_nat
Nat.- hm_
option Option V.- hm_pi
- Pi binder.
- hm_prop
- Prop sort.
- hm_ty
HashMap K V.- hm_
type1 - Typeโ sort.
- hm_
type2 - Typeโ sort.
- name_
expr_ map_ from_ iter - Build a
NameExprMapfrom an iterator of(Name, Expr)pairs.
Type Aliasesยง
- Name
Expr Map - A map from
NametoExpr, backed by an association list. - String
Map - A map from
Stringto arbitrary values, backed by an association list.