Safe Haskell | Safe |
---|---|
Language | Haskell98 |
- class Multiplicative r => Band r
- pow1pBand :: r -> Natural -> r
- powBand :: Unital r => r -> Natural -> r
- class Algebra r a => IdempotentAlgebra r a
- class Coalgebra r c => IdempotentCoalgebra r c
- class (Bialgebra r h, IdempotentAlgebra r h, IdempotentCoalgebra r h) => IdempotentBialgebra r h
Documentation
class Multiplicative r => Band r Source #
An multiplicative semigroup with idempotent multiplication.
a * a = a
Band Bool Source # | |
Band () Source # | |
Band r => Band (Opposite r) Source # | |
Idempotent r => Band (Exp r) Source # | |
(Band a, Band b) => Band (a, b) Source # | |
Band (Rect i j) Source # | |
(Idempotent r, IdempotentCoalgebra r a) => Band (Covector r a) Source # | |
(Band a, Band b, Band c) => Band (a, b, c) Source # | |
(Band a, Band b, Band c, Band d) => Band (a, b, c, d) Source # | |
(Band a, Band b, Band c, Band d, Band e) => Band (a, b, c, d, e) Source # | |
Idempotent algebras
class Algebra r a => IdempotentAlgebra r a Source #
(Semiring r, Band r) => IdempotentAlgebra r () Source # | |
(Semiring r, Band r) => IdempotentAlgebra r IntSet Source # | |
(Semiring r, Band r, Ord a) => IdempotentAlgebra r (Set a) Source # | |
(IdempotentAlgebra r a, IdempotentAlgebra r b) => IdempotentAlgebra r (a, b) Source # | |
(IdempotentAlgebra r a, IdempotentAlgebra r b, IdempotentAlgebra r c) => IdempotentAlgebra r (a, b, c) Source # | |
(IdempotentAlgebra r a, IdempotentAlgebra r b, IdempotentAlgebra r c, IdempotentAlgebra r d) => IdempotentAlgebra r (a, b, c, d) Source # | |
(IdempotentAlgebra r a, IdempotentAlgebra r b, IdempotentAlgebra r c, IdempotentAlgebra r d, IdempotentAlgebra r e) => IdempotentAlgebra r (a, b, c, d, e) Source # | |
class Coalgebra r c => IdempotentCoalgebra r c Source #
(Semiring r, Band r) => IdempotentCoalgebra r () Source # | |
(Semiring r, Band r) => IdempotentCoalgebra r IntSet Source # | |
(Semiring r, Band r, Ord c) => IdempotentCoalgebra r (Set c) Source # | |
(IdempotentCoalgebra r a, IdempotentCoalgebra r b) => IdempotentCoalgebra r (a, b) Source # | |
(IdempotentCoalgebra r a, IdempotentCoalgebra r b, IdempotentCoalgebra r c) => IdempotentCoalgebra r (a, b, c) Source # | |
(IdempotentCoalgebra r a, IdempotentCoalgebra r b, IdempotentCoalgebra r c, IdempotentCoalgebra r d) => IdempotentCoalgebra r (a, b, c, d) Source # | |
(IdempotentCoalgebra r a, IdempotentCoalgebra r b, IdempotentCoalgebra r c, IdempotentCoalgebra r d, IdempotentCoalgebra r e) => IdempotentCoalgebra r (a, b, c, d, e) Source # | |
class (Bialgebra r h, IdempotentAlgebra r h, IdempotentCoalgebra r h) => IdempotentBialgebra r h Source #
(Bialgebra r h, IdempotentAlgebra r h, IdempotentCoalgebra r h) => IdempotentBialgebra r h Source # | |