in the show instance for Exception, print the type of dynamic exceptions
[ghc-base.git] / Data / Dynamic.hs-boot
index 822ef67..63c81b9 100644 (file)
@@ -1,3 +1,5 @@
 {-# OPTIONS -fno-implicit-prelude #-}
 module Data.Dynamic where
+import {-# SOURCE #-} Data.Typeable (TypeRep)
 data Dynamic
+dynTypeRep :: Dynamic -> TypeRep