 | NumericPrelude-0.0: An experimental alternative hierarchy of numeric type classes | Contents | Index |
|
| Algebra.Monoid | | Portability | Abstract concept of a Monoid. Will be used in order to generate | | Stability | provisional | | Maintainer | mik@math.uni-jena.de |
|
|
|
|
|
| Description |
| type classes for generic algebras. An algebra is a vector space
that also is a monoid.
|
|
| Synopsis |
|
|
|
| Documentation |
|
| class C a where |
| We expect a monoid to adher to associativity and the identity
behaving decently. Nothing more, really.
| | | Methods | | idt :: a | | | (<*>) :: a -> a -> a |
| | Instances | |
|
|
| Produced by Haddock version 0.7 |