[GHC] #10444: Tex.Read.Lex.lex broken

GHC ghc-devs at haskell.org
Tue Jun 2 20:09:10 UTC 2015


#10444: Tex.Read.Lex.lex broken
-------------------------------------+-------------------------------------
        Reporter:  strake888         |                   Owner:  ekmett
            Type:  bug               |                  Status:  patch
        Priority:  normal            |               Milestone:  7.12.1
       Component:  Core Libraries    |                 Version:  7.10.1
      Resolution:                    |                Keywords:
Operating System:  Unknown/Multiple  |            Architecture:
 Type of failure:  Incorrect result  |  Unknown/Multiple
  at runtime                         |               Test Case:
      Blocked By:                    |                Blocking:
 Related Tickets:                    |  Differential Revisions:
-------------------------------------+-------------------------------------

Comment (by mfdyck.google):

 isPunctuation and isSymbol are defined in terms of GeneralCategory, which
 derives Read, and GHC.Read imports Text.Read.Lex. We could move
 GeneralCategory and generalCategory to GHC.Unicode and standalone derive
 Read instance in GHC.Read or Data.Char; acceptable?

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/10444#comment:6>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list