[GHC] #10444: Tex.Read.Lex.lex broken
GHC
ghc-devs at haskell.org
Sun May 24 17:44:59 UTC 2015
#10444: Tex.Read.Lex.lex broken
-------------------------------------+-------------------------------------
Reporter: strake888 | Owner: ekmett
Type: bug | Status: new
Priority: normal | Milestone:
Component: Core | Version: 7.10.1
Libraries | Operating System: Unknown/Multiple
Keywords: | Type of failure: Incorrect result
Architecture: | at runtime
Unknown/Multiple | Blocked By:
Test Case: | Related Tickets:
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
{{{
Prelude> lex "&) = mempty"
[("&",") = mempty")]
Prelude> lex "∘) = mempty"
[]
}}}
I traced this problem to Text.Read.Lex.lex
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10444>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list