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

Safe HaskellNone

Feldspar.Core.Constructs.Error

Documentation

data Error a whereSource

Constructors

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