#2178: GHC.Prim.Any replaces forall-bound type variables in GHCi
-----------------------+----------------------------------------------------
    Reporter:  japple  |       Owner:        
        Type:  bug     |      Status:  new   
    Priority:  normal  |   Component:  GHCi  
     Version:  6.8.2   |    Severity:  normal
    Keywords:          |    Testcase:        
Architecture:  x86     |          Os:  Linux 
-----------------------+----------------------------------------------------
 Load
 {{{
 see :: IO (a -> b)
 see = return $ undefined
 }}}
 in GHCi
 {{{
 *Main> g <- see
 *Main> :t g
 g :: GHC.Prim.Any -> GHC.Prim.Any
 }}}

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