| I propose replacing the above with the following. It does 
| mean that <CR><LF> creates 2 newlines, but I don't believe 
| this should be a problem.
| 
| whitechar    -> newline | vertab | formfeed |  space | tab | uniWhite
| newline      -> return | linefeed
| return       -> a carriage return
| linefeed     -> a line feed

Why not say

        newline -> return linefeed | return | linefeed

which, given maximal munch, will behave decently on any normal system?

Simon
_______________________________________________
Haskell mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/haskell

Reply via email to