Remove non-directory stuff (of base), and rename package to "directory"
[haskell-directory.git] / Data / Typeable.hs-boot
diff --git a/Data/Typeable.hs-boot b/Data/Typeable.hs-boot
deleted file mode 100644 (file)
index d9bc373..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-
-{-# OPTIONS -fno-implicit-prelude #-}
-
-module Data.Typeable where
-
-import GHC.Base
-import GHC.Show
-
-data TypeRep
-data TyCon
-
-mkTyCon      :: String -> TyCon
-mkTyConApp   :: TyCon -> [TypeRep] -> TypeRep
-showsTypeRep :: TypeRep -> ShowS
-
-class Typeable a where
-  typeOf :: a -> TypeRep
-