Copyright 2008 - 2009 Tony Morris, Runar Bjarnason, Tom Adams, Brad Clow, Ricky Clarkson, Nick Partridge, Jason Zaugg

This software is released under an open source BSD licence.

Package fj.pre

A prelude of abstract types that are used very often and not specific to any particular domain.

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.
 

Package fj.pre Description

A prelude of abstract types that are used very often and not specific to any particular domain.


Copyright 2008 - 2009 Tony Morris, Runar Bjarnason, Tom Adams, Brad Clow, Ricky Clarkson, Nick Partridge, Jason Zaugg

This software is released under an open source BSD licence.