| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Data.Functor.Indexed
Documentation
class (forall i j. Functor (p i j)) => IxApplicative p where Source #
class IxApplicative m => IxMonad m where Source #
Minimal complete definition
Nothing
iapIxMonad :: IxMonad m => m i j (a -> b) -> m j k a -> m i k b Source #
class (forall i j. Functor (ɯ i j)) => IxComonad ɯ where Source #
Minimal complete definition
Nothing