| Safe Haskell | Safe |
|---|---|
| Language | Haskell2010 |
Control.Functor.Pointable
Documentation
class Pointable (t :: * -> *) where Source #
Minimal complete definition
Instances
| Pointable Identity Source # | |
Defined in Control.Functor.Basic.Identity | |
| (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 # | |