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

Safe HaskellNone

DDC.Build.Pipeline.Error

Documentation

data Error Source

Constructors

ErrorSaltLoad (Error Name) 
forall err . Pretty err => ErrorSaltConvert !err

Error converting the module to Disciple Core Salt.

forall err . Pretty err => ErrorLiteConvert !err

Error converting the module to Disciple Core Lite.

forall err . Pretty err => ErrorLoad !err

Error when loading a module. Blame it on the user.

forall err . Pretty err => ErrorLint !err

Error when type checking a transformed module. Blame it on the compiler.

Instances