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

Safe HaskellNone

Feldspar.Core.Frontend.Ord

Synopsis

Documentation

class (Eq a, Ord a, Ord (Size a)) => Ord a whereSource

Redefinition of the standard Ord class for Feldspar

Methods

(<) :: Data a -> Data a -> Data BoolSource

(>) :: Data a -> Data a -> Data BoolSource

(<=) :: Data a -> Data a -> Data BoolSource

(>=) :: Data a -> Data a -> Data BoolSource

min :: Data a -> Data a -> Data aSource

max :: Data a -> Data a -> Data aSource