]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Network/HTTP/Lucu/Httpd.hs
Rename: Resource --> Rsrc; ResourceDef --> Resource
[Lucu.git] / Network / HTTP / Lucu / Httpd.hs
index c127250d9ededf0a1770c43a6e3d3097e937232c..4d724eb92843f6f9d1fd6c97dc46cef553aaa376 100644 (file)
@@ -40,7 +40,7 @@ import Prelude.Unicode
 -- >        in
 -- >          runHttpd config resourcees []
 -- >
--- > helloWorld :: ResourceDef
+-- > helloWorld :: Resource
 -- > helloWorld = emptyResource {
 -- >                resGet
 -- >                  = Just $ do setContentType [mimeType| text/plain |]