instance Show (Ptr a)

Sven Panne Sven.Panne@informatik.uni-muenchen.de
Fri, 31 May 2002 11:56:50 +0200


Hal Daume III wrote:
 > The GHC docs claim Ptr a is an instance of Eq, Ord and Show, but it
 > doesn't actually seem to have a Show instance.  [...]

The CVS version of GHC already has this instance, but none for FunPtr.
I've just added the latter, so docs and implementation are in synch
again...

Cheers,
    S.