#1696: Confusing type signature
--------------------------------------+-------------------------------------
  Reporter:  guest                    |          Owner:                  
      Type:  bug                      |         Status:  closed          
  Priority:  low                      |      Milestone:  _|_             
 Component:  Compiler (Type checker)  |        Version:  6.6.1           
Resolution:  fixed                    |       Keywords:                  
Difficulty:  Unknown                  |             Os:  Unknown/Multiple
  Testcase:                           |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown             |          Patch:  0               
--------------------------------------+-------------------------------------
Changes (by nominolo):

  * status:  new => closed
  * failure:  => None/Unknown
  * resolution:  => fixed
  * patch:  => 0


Comment:

 Seems to be fixed in 6.12.1.
 {{{
 Prelude> :t (^)
 (^) :: (Num a, Integral b) => a -> b -> a
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1696#comment:6>
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