sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
Global objects
type global =
| GInp of string * Types.typ * stim_desc
Global input, with type and description of associated stimuli
*)| GOutp of string * Types.typ
Global output
*)| GConst of string * Expr.value
Global constant
*)| GFun of string * fn_desc
Global function
*)and stim_desc =
| Periodic of int * int * int
Period, start time, end time
*)| Sporadic of int list
Dates
*)| ValueChange of (int * Expr.value) list
(Date,value)s
*)and fn_desc = string list * Expr.t
Args, body
val global_id : global -> string
val string_of_stim : stim_desc -> string