package rfsm
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page
A toolset for describing and simulating StateChart-like state diagrams
Install
dune-project
Dependency
Authors
Maintainers
Sources
2.2.tar.gz
md5=ea1b496f0aa758933ae23921ee55a531
sha512=4fa72747bb2e32f91d64e4b8c24f60d6f0bdad297cc40f36d5c687ed1de900ab8441fa8a12aecf2523928833cddd5391fa87c11a1af2162ac8001467e8f485a5
doc/rfsm/Rfsm/Annot/index.html
Module Rfsm.AnnotSource
Annotations
Source
type ('a, 'b) t = {mutable desc : 'a;(*Annotated value
*)mutable typ : 'b;(*Type annotation (type
*)'bwill be bound to the guest language type)loc : Location.t;(*Location in source code
*)
}The type ('a,'b) t is used to attach type and location annotations to values of type 'a.
mk ~loc ~ty x returns value x annotated with type ty and location loc
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
On This Page