RE: Non-determinism in newline in the Haskell report

2002-02-04 Thread Simon Peyton-Jones
| I propose replacing the above with the following. It does | mean that CRLF 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 |

Re: Non-determinism in newline in the Haskell report

2002-02-04 Thread Ian Lynagh
On Mon, Feb 04, 2002 at 03:15:40AM -0800, Simon Peyton-Jones wrote: | I propose replacing the above with the following. It does | mean that CRLF creates 2 newlines, but I don't believe | this should be a problem. | | whitechar- newline | vertab | formfeed | space | tab | uniWhite |

Non-determinism in newline in the Haskell report

2002-02-02 Thread Ian Lynagh
Hi all, The report says whitechar- newline | return | linefeed | vertab | formfeed | space | tab | uniWhite newline - a newline (system dependent) return - a carriage return linefeed - a line feed so, if your system defines a newline to be a line feed, an