]> gitweb @ CieloNegro.org - Lucu.git/blob - Network/HTTP/Lucu/Resource.hs-boot
The parser now returns unboxed tuple.
[Lucu.git] / Network / HTTP / Lucu / Resource.hs-boot
1 {- -*- haskell -*- -}
2 module Network.HTTP.Lucu.Resource
3     where
4
5 import           Control.Monad.Reader
6 import           Network.HTTP.Lucu.Interaction
7
8 type Resource a = ReaderT Interaction IO a