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 |
Documentation
class IxCopointed w => IxComonad w where Source #
iduplicate :: IxComonad w => w i k a -> w i j (w j k a) Source #