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

Safe HaskellNone

Feldspar.Core.Frontend.Mutable

Documentation

newtype M a Source

Constructors

M 

Fields

unM :: Mon FeldDomain Mut a
 

Instances

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

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

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