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

Safe HaskellNone

DDC.Build.Language.Zero

Description

The Zero fragment has no features and no primops. It it provides the first order calculus, and is good for debugging.

Synopsis

Documentation

language :: LanguageSource

Language definitition for Disciple Core Zero.

bundle :: Bundle Int Name ErrorSource

Language bundle for Disciple Core Zero

fragment :: Fragment Name ErrorSource

Fragment definition for Disciple Core Eval.

data Name Source

Instances

Eq Name 
Ord Name 
Show Name 
Typeable Name 
Pretty Name 
NFData Name 

data Error a Source

Instances

Show (Error a) 
Pretty (Error a)