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

Safe HaskellNone
LanguageHaskell2010

Feldspar.Core.Constructs.FFI

Documentation

data FFI a where Source

Constructors

ForeignImport :: Type (DenResult a) => String -> Denotation a -> FFI a