ddc-core-flow-0.3.2.1: Disciplined Disciple Compiler data flow compiler.

Safe HaskellNone

DDC.Core.Flow.Context

Documentation

data Context Source

Constructors

ContextRate

A top-level context associated with a rate that is a parameter of the process. This context isn't created by the process itself.

Fields

contextRate :: Type Name
 
ContextSelect

A nested context created by a mkSel function.

Instances