MPL11
 All Classes Namespaces Files Typedefs Macros Groups Pages
Modules
Here is a list of all modules:
 BitwiseTypeclass for datatypes supporting the usual bitwise operations
 ComparableThe Comparable typeclass defines equality and inequality
 CoreModule containing miscellaneous core utilities
 EnumerableThe Enumerable typeclass defines operations on sequentially ordered datatypes
 FieldRing whose non-zero elements form a Group under multiplication
 FoldableThe Foldable typeclass is used for data structures that can be folded
 FunctionalGeneral purpose metafunctions and metafunction classes
 FunctorThe Functor typeclass is used for types that can be mapped over
 GroupMonoid where all objects have an inverse w.r.t
 IntegerHolds a compile-time value of an integral type
 Integral DomainCommutative Ring without nonzero zero divisors
 IterableData structures allowing external iteration
 ListA sequence of types
 LogicalLogical operators and conditional branch selection
 MaybeMaybe encapsulates an optional value
 MonadMonads are Functors with additional structure allowing values to be lifted and nested monads to be flattened
 MonoidThe Monoid typeclass is used for datatypes with an associative binary operation that has an identity
 OrderableThe Orderable typeclass is used for totally ordered datatypes
 RationalExact rational number represented as a ratio of two integers
 RingThe Ring typeclass is used for Groups that also form a Monoid under a second binary operation that distributes over the first