ZVON > References > Haskell reference |
Intro / Search / ZVON |
| Indexes | Syntax | >> Prelude << | Ratio | Complex | Numeric | Ix | Array | List | Maybe | Char | Monad | IO | Directory | System | Time | Locale | CPUTime | Random |
Module: | Prelude |
---|---|
Datatype: | Ordering |
Description: | The Ordering type is used by compare in the class Ord. |
Definition: | data Ordering = LT | EQ | GT deriving (Eq, Ord, Bounded, Enum, Read, Show) |
In function types: | Ordering : a -> a -> Ordering : compare |