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.