[project @ 2002-04-26 13:34:05 by simonmar]
[ghc-base.git] / Data / Int.hs
index da6aaad..553704a 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,8 +9,6 @@
 -- Stability   :  experimental
 -- Portability :  portable
 --
--- $Id: Int.hs,v 1.2 2001/07/03 11:37:49 simonmar Exp $
---
 -- Sized Integer types.
 --
 -----------------------------------------------------------------------------
@@ -27,11 +25,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")