feldspar-language-0.7: A functional embedded language for DSP and parallelism
Feldspar.Core.Frontend.Error
Synopsis
undef :: Syntax a => a Source
assertMsg :: Syntax a => String -> Data Bool -> a -> a Source
Assert that the condition holds or fail with message
assert :: Syntax a => Data Bool -> a -> a Source
Assert that the condition holds, the conditions string representation is used as the message
err :: Syntax a => String -> a Source