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
Concrete subtitutions
get v subst
returns the value associated with v
in subst
, if it exists.
- raises Not_found
if there is no binding for
v
.
get v subst
returns wether there is a value associated with v
in subst
.
bind v t subst
returns the same substitution as subst
with the additional binding from v
to t
. Erases the previous binding of v
if it exists.
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page