<div dir="ltr"><div class="gmail_extra">No problems here:<br><br># ghci<br>GHCi, version 7.6.3: <a href="http://www.haskell.org/ghc/">http://www.haskell.org/ghc/</a>  :? for help<br>Loading package ghc-prim ... linking ... done.<br>

Loading package integer-gmp ... linking ... done.<br>Loading package base ... linking ... done.<br>Prelude> let whee :: Show a => Eq a => a => Bool; whee x = x == x && null (show x)<br>Prelude> :t whee<br>

whee :: (Eq a, Show a) => a -> Bool<br><br clear="all"><div>-- Kim-Ee</div>
</div></div>