in the show instance for Exception, print the type of dynamic exceptions
authorSimon Marlow <simonmar@microsoft.com>
Thu, 6 Apr 2006 11:24:44 +0000 (11:24 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Thu, 6 Apr 2006 11:24:44 +0000 (11:24 +0000)
commitaa95003f89ac4330e8348434155dedcb6c7efcf7
treed636075ea10941d6941bc0158f8296ce17a65539
parent4892d9c37de7e9d9b0c880ddf5ff0addbf0d0deb
in the show instance for Exception, print the type of dynamic exceptions
Unfortunately this requires some recursve module hackery to get at
the show instance for Typeable.
Data/Dynamic.hs-boot
Data/Typeable.hs-boot [new file with mode: 0644]
GHC/Dynamic.hs [new file with mode: 0644]
GHC/Dynamic.hs-boot [new file with mode: 0644]
GHC/IOBase.lhs