ForSyDe-3.0: ForSyDe's Haskell-embedded Domain Specific Language.Source codeContentsIndex
ForSyDe.Signal
Portabilityportable
Stabilityexperimental
Maintainerforsyde-dev@ict.kth.se
Description
This module provides the fundamental data structure for deep-embedded ForSyDe models: Signal.
Synopsis
data Signal a
Documentation
data Signal a Source
A signal can be seen as wire which carries values of certain type and which can be connected and processed by the two computational entities of a ForSyDe system: processes and block instances.
show/hide Instances
Typeable1 Signal
ProcType o[a9jWq] => SysFun (Signal o[a9jWq])
ProcType o[a9jWq] => SysFunToIOSimFun (Signal o[a9jWq]) (IO ([] o[a9jWq]))
ProcType o[a9jWq] => SysFunToSimFun (Signal o[a9jWq]) ([] o[a9jWq])
Produced by Haddock version 2.1.0