feldspar-language-0.7: A functional embedded language for DSP and parallelism

Safe HaskellNone
LanguageHaskell2010

Feldspar.Core.Constructs.Error

Documentation

data Error a where Source

Constructors

Undefined :: Type a => Error (Full a) 
Assert :: Type a => String -> Error (Bool :-> (a :-> Full a))