Move Integer out into its own package
[ghc-base.git] / GHC / Exts.hs
index 2baf420..5c3c495 100644 (file)
@@ -15,7 +15,8 @@
 module GHC.Exts
        (
         -- * Representations of some basic types
-        Int(..),Word(..),Float(..),Double(..),Integer(..),Char(..),
+        Int(..),Word(..),Float(..),Double(..),
+        Char(..),
         Ptr(..), FunPtr(..),
 
         -- * Primitive operations