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

Safe HaskellNone

Feldspar.Core.Constructs.FFI

Documentation

data FFI a whereSource

Constructors

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

Instances