feldspar-language-0.7: A functional embedded language for DSP and parallelism
Feldspar.Core.Frontend.Mutable
newtype M a Source
Constructors
Fields
Instances
runMutable :: Syntax a => M a -> a Source
when :: Data Bool -> M () -> M () Source
unless :: Data Bool -> M () -> M () Source