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

Safe HaskellNone

Feldspar.Core.Frontend.Logic

Synopsis

Documentation

(&&*) :: Data Bool -> Data Bool -> Data BoolSource

Lazy conjunction, second argument only evaluated if necessary

(||*) :: Data Bool -> Data Bool -> Data BoolSource

Lazy disjunction, second argument only evaluated if necessary