Export assertError from Control.Exception to make GHC happy
[ghc-base.git] / Data / Dynamic.hs-boot
index 822ef67..94fb99c 100644 (file)
@@ -1,3 +1,5 @@
-{-# OPTIONS -fno-implicit-prelude #-}
+{-# OPTIONS_GHC -XNoImplicitPrelude #-}
 module Data.Dynamic where
+import {-# SOURCE #-} Data.Typeable (TypeRep)
 data Dynamic
+dynTypeRep :: Dynamic -> TypeRep