ddc-core-salt-0.4.2.1: Disciplined Disciple Compiler C code generator.

Safe HaskellNone
LanguageHaskell98

DDC.Core.Salt.Exp

Synopsis

Documentation

data ErrorFromAnnot Source

Things that can go wrong when converting Salt code.

Constructors

ErrorFromAnnotFoundNakedType

Found a type that isn't part of a function application.

ErrorFromAnnotFoundNakedWitness

Found a witness that isn't part of a function application.