| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Contravariant.Extras
Synopsis
- module Contravariant.Extras.Contrazip
- module Contravariant.Extras.Eliminate
- (>*<) :: Divisible f => f a -> f b -> f (a, b)
- contramany :: Decidable f => f a -> f [a]
- data Supplied divisible = Supplied !(divisible input) !input
Documentation
A berserk collection of contrazip functions with arities of up to 42.
contramany :: Decidable f => f a -> f [a] Source #
data Supplied divisible Source #
A combination of a divisible functor with some input for it.
Allows to use the Monoid API for composition.
Constructors
| Supplied !(divisible input) !input |