forsyde-deep-0.2.0: ForSyDe's Haskell-embedded Domain Specific Language.

Copyright(c) ES Group, KTH/ICT/ES 2007-2013
LicenseBSD-style (see the file LICENSE)
Maintainerforsyde-dev@ict.kth.se
Stabilityexperimental
Portabilityportable
Safe HaskellNone
LanguageHaskell98

ForSyDe.Deep.Signal

Description

This module provides the fundamental data structure for deep-embedded ForSyDe models: Signal.

Synopsis

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.