|
Copyright Tony Morris 2008 This software is released under an open source BSD licence. |
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||
See:
Description
| Class Summary | |
|---|---|
| Equal<A> | Tests for equality between two objects. |
| Hash<A> | Produces a hash code for an object which should attempt uniqueness. |
| Monoid<A> | A monoid abstraction to be defined across types of the given type argument. |
| Ord<A> | Tests for ordering between two objects. |
| Semigroup<A> | Implementations must satisfy the law of associativity: Associativity; forall x. |
| Show<A> | Renders an object for display. |
| Enum Summary | |
|---|---|
| Ordering | The comparison of two instances of a type may have one of three orderings; less than, equal or greater than. |
A prelude of abstract types that are used very often and not specific to any particular domain.
|
Copyright Tony Morris 2008 This software is released under an open source BSD licence. |
||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | ||||||||