ddc-core-flow-0.4.1.3: 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 mkSel1# function.

ContextSegment

A nested context created by a mkSegd# function.

Instances

Eq Context 
Show Context