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