Safe Haskell | None |
---|---|
Language | Haskell2010 |
- module Contravariant.Extras.Contrazip
- (>*<) :: 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 #