]> gitweb @ CieloNegro.org - Lucu.git/blobdiff - Network/HTTP/Lucu/Parser.hs
More documentation
[Lucu.git] / Network / HTTP / Lucu / Parser.hs
index c36655b4fc81f65c2fab16da81ecaef21a3c25f6..4c44f0be3e7dfa75d74b0af3bd05260d3f5b47e9 100644 (file)
@@ -9,11 +9,11 @@
 -- * On success, the remaining string is returned as well as the
 --   parser result.
 --
--- * You can treat reaching EOF (trying to eat one more letter at the
---   end of string) a fatal error or a normal failure. If a fatal
---   error occurs, the entire parsing process immediately fails
---   without trying any backtracks. The default behavior is to treat
---   EOF fatal.
+-- * You can choose whether to treat reaching EOF (trying to eat one
+--   more letter at the end of string) a fatal error or to treat it a
+--   normal failure. If a fatal error occurs, the entire parsing
+--   process immediately fails without trying any backtracks. The
+--   default behavior is to treat EOF fatal.
 --
 -- In general, you don't have to use this module directly.
 module Network.HTTP.Lucu.Parser