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
Static description of systems
module DepG : Graph.Sig.IM with type V.label = string and type E.label = string
and mg_desc =
| MInp of Global.stim_desc * string list
(*stimuli desc, reader(s)
*)| MOutp of string list
(*writer(s)
*)| MFun of string list * Expr.t
(*args, body
*)| MConst of Expr.value
(*value
*)
Exceptions
exception Illegal_const_expr of Expr.t
Builders
val build :
name:string ->
?gtyps:(string * Types.typ) list ->
?gfns:(string * global) list ->
?gcsts:(string * global) list ->
Fsm.model list ->
Fsm.inst list ->
t
build name gtyps gfns gcsts models fsms
builds a system description from a list of global types, function and constant declarations, FSM models and instances
Printers
val dot_output :
string ->
?dot_options:Utils.Dot.graph_style list ->
?fsm_options:Fsm.dot_options list ->
t ->
string list
dot_output dir m
writes a DOT representation of system m
in directory dir
and returns a list of the written files
val dump : out_channel -> t -> unit
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page