#3014: Any type being derived in Haskell 98 module
-------------------------------------+--------------------------------------
Reporter: fasta | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler (Type checker) | Version: 6.10.1
Severity: normal | Resolution:
Keywords: any type | Testcase:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
-------------------------------------+--------------------------------------
Comment (by duncan):
Hugs says:
{{{
z :: a -> Double
}}}
ghci-6.6.1 says:
{{{
z :: () -> Double
}}}
ghci-6.8.2 and ghci-6.10.1 say:
{{{
z :: GHC.Prim.Any -> Double
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3014#comment:1>
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