package dolmen
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
package dolmen
-
dolmen
-
dolmen_intf
-
-
dolmen_line
-
dolmen_smtlib2
-
dolmen_smtlib2_v6
-
dolmen_std
-
-
dolmen_tptp
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Parameters
Signature
type key = X.t
A map containing values of different types, indexed by key
.
val empty : t
Empty map.
Get the value corresponding to this key, if it exists and belongs to the same key.
update ~inj k f m
updates the value associated with k
in m
according to f (get ~inj k m)
. If the result is None
, the binding associated with k
is removed.
- since 0.9
Find the value for the given key, which must be of the right type.
- raises Not_found
if either the key is not found, or if its value doesn't belong to the right type.
val cardinal : t -> int
Number of bindings.
Iterators
All the bindings that come from the corresponding injection.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page