ddc-build-0.4.1.3: Disciplined Disciple Compiler build framework.

Safe HaskellNone

DDC.Build.Language.Flow

Description

The Flow fragment is used for data-flow optimisation as part of the Data Parallel Haskell vectorisation pipeline.

Synopsis

Documentation

language :: LanguageSource

Language definition for Disciple Core Lite.

bundle :: Bundle Int Name ErrorSource

Language bundle for Disciple Core Lite.

fragment :: Fragment Name ErrorSource

Fragement definition for Disciple Core Lite.

data Error a Source

Constructors

Error 

Instances

Show (Error a) 
Pretty (Error a)