logo       

[ ghc-Bugs-718357 ] lexLitChar broken on ghc-5.04.*: msg#00020

lang.haskell.glasgow.bugs

Subject: [ ghc-Bugs-718357 ] lexLitChar broken on ghc-5.04.*

Bugs item #718357, was opened at 2003-04-09 09:10
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=718357&group_id=8032

Category: Prelude
Group: 5.04.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: lexLitChar broken on ghc-5.04.*

Initial Comment:
We finally tracked down a long-lasting problem
preventing us from using ghc-5-04.* (we still use ghc-
5.02.3): the implementation of lexLitChar is broken.

Prelude Char> lexLitChar "BUG"
[]
Prelude Char>

A correct implementation (e.g., ghc-5.02.3 or hugs)
should behave as follows

Char> lexLitChar "BUG"
[("B","UG")]
Char>

Tim

(I am currently not able to log in into sourceforge.net -
here are my e-mail addresses:

Tim.Geisler@xxxxxx
Tim.Geisler.extern@xxxxxxxxxxxxxx
)

----------------------------------------------------------------------

You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=718357&group_id=8032


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise