Fix incorrect changes to C types in a foreign import for nhc98.
[haskell-directory.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