]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Network/HTTP/Lucu/Parser.hs
Doc fix, optimization, and more.
[Lucu.git] / Network / HTTP / Lucu / Parser.hs
index 5671ec0ccdf8c1c505a9bdf20cd227d8b1e07ec0..c40cacd0d4c17521817c7e3e8d2fb6c79394731d 100644 (file)
@@ -93,8 +93,8 @@ instance Monad Parser where
 failP :: Parser a
 failP = fail undefined
 
--- |@'parse' p bstr@ parses @bstr@ with @p@ and returns @(result,
--- remaining)@.
+-- |@'parse' p bstr@ parses @bstr@ with @p@ and returns @(result,
+-- remaining #)@.
 parse :: Parser a -> LazyByteString -> (# ParserResult a, LazyByteString #)
 parse p input -- input は lazy である必要有り。
     = p `seq`