| Portability | non-portable (rank-2 polymorphism) |
|---|---|
| Stability | experimental |
| Maintainer | Edward Kmett <ekmett@gmail.com> |
Control.Morphism.Synchro
Description
Martin Erwig's synchromorphisms.
Documentation
synchro :: QFunctor h Hask Hask => Bialgebra m n c -> (h x (Either a c) -> m c) -> Trialgebra (f x) (g x) (h x) a -> ((h x a, b) -> k x b) -> ((h x a, j x b) -> h x (Either a (g x a, b))) -> Bialgebra (k x) (j x) b -> (g x a, b) -> cSource
synchro d' f d g1 g2 d'' is Martin Erwig's d,d''-synchromorphism to d'. Mostly useful for graph algorithms.