 | category-extras-0.53.6: Various modules and constructs inspired by category theory | Contents | Index |
|
Control.Comonad.Pointer | Portability | portable | Stability | experimental | Maintainer | Edward Kmett <ekmett@gmail.com> |
|
|
|
Description |
SIGFPE (Dan Piponi)'s Pointer Comonad
|
|
|
Documentation |
|
module Control.Comonad |
|
data Pointer i a |
Constructors | Pointer | | index :: i | | array :: Array i a | |
|
| Instances | |
|
|
distPointer :: (Monad m, Ix i) => Dist (Pointer i) m |
|
Produced by Haddock version 2.1.0 |