]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Network/HTTP/Lucu/Resource.hs-boot
Optimized as possible as I can.
[Lucu.git] / Network / HTTP / Lucu / Resource.hs-boot
diff --git a/Network/HTTP/Lucu/Resource.hs-boot b/Network/HTTP/Lucu/Resource.hs-boot
new file mode 100644 (file)
index 0000000..77fdfb9
--- /dev/null
@@ -0,0 +1,8 @@
+{- -*- haskell -*- -}
+module Network.HTTP.Lucu.Resource
+    where
+
+import           Control.Monad.Reader
+import           Network.HTTP.Lucu.Interaction
+
+type Resource a = ReaderT Interaction IO a
\ No newline at end of file