Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
Documentation
class Covariant t => Pointable t where Source #
Instances
Pointable Identity Source # | |
Defined in Data.Functor.Identity | |
Pointable (Straight a) Source # | |
Defined in Data.Functor.Arrow.Straight | |
Pointable t => Pointable (Yoneda t) Source # | |
Defined in Data.Functor.Yoneda | |
Pointable (Codensity t b) Source # | |
Defined in Data.Functor.Codensity | |
(Pointable t, Pointable u) => Pointable (T Co Co t u) Source # | |
(Pointable t, Pointable u, Pointable v) => Pointable (TT Co Co Co t u v) Source # | |
(Pointable t, Pointable u, Pointable v, Pointable w) => Pointable (TTT Co Co Co Co t u v w) Source # | |