Copyright | (c) Fumiaki Kinoshita 2014 |
---|---|
License | BSD3 |
Maintainer | Fumiaki Kinoshita <fumiexcel@gmail.com> |
Stability | experimental |
Portability | non-portable |
Safe Haskell | Trustworthy |
Language | Haskell2010 |
Documentation
'Request a b' is the type of a request that sends a
to receive b
.
Request a (b -> r) |
mapRequest :: (a -> a') -> Request a b r -> Request a' b r Source