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

Safe HaskellNone
LanguageHaskell2010

Feldspar.Core.Frontend.Ord

Synopsis

Documentation

class (Eq a, Ord a, Ord (Size a)) => Ord a where Source

Redefinition of the standard Ord class for Feldspar

Minimal complete definition

Nothing

Methods

(<) :: Data a -> Data a -> Data Bool infix 4 Source

(>) :: Data a -> Data a -> Data Bool infix 4 Source

(<=) :: Data a -> Data a -> Data Bool infix 4 Source

(>=) :: Data a -> Data a -> Data Bool infix 4 Source

min :: Data a -> Data a -> Data a Source

max :: Data a -> Data a -> Data a Source