ddc-build-0.3.2.1: 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 Error a Source

Instances

Show (Error a) 
Pretty (Error a)