]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Network/HTTP/Lucu/Chunk.hs
changed everything like a maniac
[Lucu.git] / Network / HTTP / Lucu / Chunk.hs
index a419464eefbc322989141167b8d4cbf8bcc741db..25d69078b79387a8afc6aad93fcb02dfb65f4b70 100644 (file)
@@ -2,9 +2,9 @@
     UnicodeSyntax
   #-}
 module Network.HTTP.Lucu.Chunk
-    ( chunkHeaderP  -- Num a => Parser a
-    , chunkFooterP  -- Parser ()
-    , chunkTrailerP -- Parser Headers
+    ( chunkHeaderP
+    , chunkFooterP
+    , chunkTrailerP
     )
     where
 import Control.Applicative