[project @ 2002-04-24 16:31:37 by simonmar]
[ghc-base.git] / Data / Int.hs
index da6aaad..8d8a921 100644 (file)
@@ -1,6 +1,6 @@
 {-# OPTIONS -fno-implicit-prelude #-}
 -----------------------------------------------------------------------------
--- 
+-- |
 -- Module      :  Data.Int
 -- Copyright   :  (c) The University of Glasgow 2001
 -- License     :  BSD-style (see the file libraries/core/LICENSE)
@@ -9,7 +9,7 @@
 -- Stability   :  experimental
 -- Portability :  portable
 --
--- $Id: Int.hs,v 1.2 2001/07/03 11:37:49 simonmar Exp $
+-- $Id: Int.hs,v 1.4 2002/04/24 16:31:39 simonmar Exp $
 --
 -- Sized Integer types.
 --
@@ -27,11 +27,3 @@ module Data.Int
 #ifdef __GLASGOW_HASKELL__
 import GHC.Int
 #endif
-
-import Data.Dynamic
-
-#include "Dynamic.h"
-INSTANCE_TYPEABLE0(Int8,int8Tc, "Int8")
-INSTANCE_TYPEABLE0(Int16,int16Tc,"Int16")
-INSTANCE_TYPEABLE0(Int32,int32Tc,"Int32")
-INSTANCE_TYPEABLE0(Int64,int64Tc,"Int64")