To focus the search input from anywhere on the page, press the 'S' key.
in-package search v0.1.0
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Trigerring condition for transitions
The event list will be a singleton for normal transition, empty for initial transition
and guard = Expr.t
type env = (string * Expr.value) list
exception Illegal_guard_expr of Expr.t
Accessors
val vars_of : t -> Expr.VarSet.t
val events_of : t -> Expr.VarSet.t
Operations
eval_guards env [g1;...gN]
is true iff eval_guard env gi
is true for each i=1...N
subst env (evs,guards)
replaces each variable v
occuring in guards
by its value if found in env
, simplifying the resulting expression whenever possible.
Printers
val string_of_guard : guard -> string
val string_of_guards : guard list -> string
val to_string : t -> string
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page