Contents
A Divisible
contravariant functor is the contravariant analogue of Applicative
.
Continuing the intuition that 'Contravariant' functors (Cofunctor
) consume input, a 'Divisible'
contravariant functor also has the ability to be composed "beside" another contravariant
functor.
Parameters
type | F | Self referring type |
A Divisible
contravariant functor is the contravariant analogue of Applicative
.
Continuing the intuition that 'Contravariant' functors (Cofunctor
) consume input, a 'Divisible'
contravariant functor also has the ability to be composed "beside" another contravariant
functor.
Parameters
type | F | Self referring type |
interface Divisible <F> Source #
A Divisible
contravariant functor is the contravariant analogue of Applicative
.
Continuing the intuition that 'Contravariant' functors (Cofunctor
) consume input, a 'Divisible'
contravariant functor also has the ability to be composed "beside" another contravariant
functor.
Parameters
type | F | Self referring type |