| 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-Inferred |
| Language | Haskell98 |
Control.Comonad.Indexed
Description
Documentation
iduplicate :: forall {k1} w (i :: k1) (k2 :: k1) a (j :: k1). IxComonad w => w i k2 a -> w i j (w j k2 a) Source #