NumericPrelude-0.0: An experimental alternative hierarchy of numeric type classesContentsIndex
MathObj.Algebra
Portabilityrequires multi-parameter type classes
Stabilityprovisional
Maintainermik@math.uni-jena.de
Description
The generic case of a k-algebra generated by a monoid.
Documentation
newtype T a b
Constructors
Cons (Map a b)
show/hide Instances
Ord a => C (T a)
Functor (T a)
(Ord a, C b) => C (T a b)
(Ord a, C a, C b) => C (T a b)
??? a b => Eq (T a b)
(Show a, Show b) => Show (T a b)
zipWith :: Ord a => (b -> b -> b) -> T a b -> T a b -> T a b
mulMonomial :: (C a, C b) => (a, b) -> (a, b) -> (a, b)
monomial :: a -> b -> T a b
Produced by Haddock version 0.7