Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
Instances
Covariant (Yoneda t) Source # | |
Applicative t => Applicative (Yoneda t) Source # | |
Defined in Pandora.Paradigm.Basis.Yoneda | |
Alternative t => Alternative (Yoneda t) Source # | |
Exclusive t => Exclusive (Yoneda t) Source # | |
Defined in Pandora.Paradigm.Basis.Yoneda | |
Extractable t => Extractable (Yoneda t) Source # | |
Defined in Pandora.Paradigm.Basis.Yoneda | |
Pointable t => Pointable (Yoneda t) Source # | |
Defined in Pandora.Paradigm.Basis.Yoneda | |
(Extractable t, Pointable t, Extractable u, Pointable u) => Adjoint (Yoneda t) (Yoneda u) Source # | |