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