logo       

[GHC] #739: command-line expressions with double-quoted strings misinterpre: msg#00016

lang.haskell.glasgow.bugs

Subject: [GHC] #739: command-line expressions with double-quoted strings misinterpret some special symbols

#739: command-line expressions with double-quoted strings misinterpret some
special symbols
---------------------------------------------+------------------------------
Reporter: pedromiguel.duarte@xxxxxxxxx | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 6.4.1
Severity: normal | Keywords:
Os: Unknown | Difficulty: Unknown
Architecture: Unknown |
---------------------------------------------+------------------------------
try for instance

ghc -e " reverse \"2<3\" "
or
ghc -e " reverse \"2^3\" "

The first gives a parsing error,
while the second returns "32" instead of "3^2"

--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/739>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@xxxxxxxxxxx
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise