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

Safe HaskellNone

Feldspar.Core.Frontend.Mutable

Documentation

newtype M a Source

Constructors

M 

Fields

unM :: Mon FeldSymbols Type Mut a
 

Instances

runMutable :: Syntax a => M a -> aSource

when :: Data Bool -> M () -> M ()Source

unless :: Data Bool -> M () -> M ()Source