X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=Network%2FHTTP%2FLucu%2FParser.hs;h=4c44f0be3e7dfa75d74b0af3bd05260d3f5b47e9;hb=0b4db5681e3b0b27357a87316822ea3671f8c174;hp=c36655b4fc81f65c2fab16da81ecaef21a3c25f6;hpb=30fcb38426696db8b80d322196cc594431e30407;p=Lucu.git diff --git a/Network/HTTP/Lucu/Parser.hs b/Network/HTTP/Lucu/Parser.hs index c36655b..4c44f0b 100644 --- a/Network/HTTP/Lucu/Parser.hs +++ b/Network/HTTP/Lucu/Parser.hs @@ -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