Ord
The Ord class is used for totally ordered datatypes.
Instances of Ord can be derived for any user-defined datatype whose constituent types are in Ord. The declared order of the constructors in the data declaration determines the ordering in derived Ord instances. The Ordering datatype allows a single comparison to determine the precise ordering of two objects.
Minimal complete definition: either compare or <=. Using compare can be more efficient for complex types.
Orderings
The Prelude.fromEnum method restricted to the type Data.Char.Char.
ISO 8601 Ordinal Date format
L-Estimators for robust statistics
Version 0.1.0.2
A library defining the notion of Poset.
Version 0.1
Ordered xs: guarantees that xs is ordered.
Generates an ordered list of a given length.
Ordinal arithmetic implementation up to epsilon_0. Currently based on interated multiset representation, planning to add CNF based implenetation.
Version 0.0.0.2
unwords is an inverse operation to words. It joins words with separating spaces.
Show more results