Bug in lex

1991-10-16 Thread haskell-request
ubject: Re: bug in lex {PreludeText} | Date:Fri, 27 Sep 91 16:29:11 +0100 | From:Mikael Rittri <[EMAIL PROTECTED]> | To: haskell | Subject: bug in lex {PreludeText} | | There is a bug in the lex function (PreludeText, appendix A7). | | Since '-' now is valid as the

bug in lex {PreludeText}

1991-09-28 Thread haskell-request
Original-Via: uk.ac.nsf; Sat, 28 Sep 91 08:19:16 BST There is a bug in the lex function (PreludeText, appendix A7). Since '-' now is valid as the first symbol of an operator, it follows that e.g. "->>" is an operator, even though "->" is reserved (page 8). But the clause (page 110, line -13)