Safe Haskell | None |
---|---|
Language | Haskell2010 |
Synopsis
- module Contravariant.Extras.Contrazip
- module Contravariant.Extras.ContrazipLifting
- (>*<) :: Divisible f => f a -> f b -> f (a, b)
- contramany :: Decidable f => f a -> f [a]
- data Supplied divisible = Supplied (divisible input) input
Documentation
contrazip
functions of multiple arities.
contrazipLifting
functions of multiple arities.
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.
Supplied (divisible input) input |