#2759: Data.Generics.ConstrRep isn't general enough
----------------------------------+-----------------------------------------
    Reporter:  guest              |        Owner:  dreixel         
        Type:  bug                |       Status:  assigned        
    Priority:  normal             |    Milestone:  6.12 branch     
   Component:  libraries (other)  |      Version:  6.10.1          
    Severity:  minor              |   Resolution:                  
    Keywords:                     |   Difficulty:  Unknown         
    Testcase:                     |           Os:  Unknown/Multiple
Architecture:  Unknown/Multiple   |  
----------------------------------+-----------------------------------------
Changes (by dreixel):

  * status:  new => assigned
  * owner:  jose magalhaes => dreixel

Comment:

 Attached patches to fix it. A user visible change is the type of function
 mkFloatConstr. It was previously '!DataType -> Double -> Constr', it's now
 '(Real a) => !DataType -> a -> Constr'. This should cause no problems with
 existing code, though.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/2759#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to