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

Safe HaskellNone

Feldspar.Core.Constructs.Future

Documentation

data FUTURE a whereSource

Constructors

MkFuture :: Type a => FUTURE (a :-> Full (FVal a)) 
Await :: Type a => FUTURE (FVal a :-> Full a)