| Copyright | (C) 2008 Edward Kmett |
|---|---|
| License | BSD-style (see the file LICENSE) |
| Maintainer | Reiner Pope <reiner.pope@gmail.com |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | Safe |
| Language | Haskell98 |
Control.Comonad.Indexed
Description
Documentation
class IxFunctor w => IxCopointed w where Source #
Minimal complete definition
class IxCopointed w => IxComonad w where Source #
Minimal complete definition
iduplicate :: IxComonad w => w i k a -> w i j (w j k a) Source #