| ||||||||||
| ||||||||||
| Synopsis | ||||||||||
| ||||||||||
| Documentation | ||||||||||
| newtype Contextual f a b | ||||||||||
| mapContext :: (context2 -> context1) -> Contextual f context1 a -> Contextual f context2 a | ||||||||||
| getContextual :: HasReturn m => Contextual m context context | ||||||||||
| doContextual :: context -> Contextual f context a -> f a | ||||||||||
| mapFContextual :: (f a -> g b) -> Contextual f context a -> Contextual g context b | ||||||||||
| Produced by Haddock version 0.6 |