]> gitweb @ CieloNegro.org - Lucu.git/blob - Network/HTTP/Lucu/Resource.hs-boot
77fdfb9178840901b691f50452c1e4b2ef8e8fb2
[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