X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FInt.hs;h=182152c1e5b6b9bc83a4a8b56dba7e1b76b3ed8f;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=3a1042a43391d9e523816ae97374281484e84606;hpb=7f1f4e7a695c402ddd3a1dc2cc7114e649a78ebc;p=ghc-base.git diff --git a/Data/Int.hs b/Data/Int.hs index 3a1042a..182152c 100644 --- a/Data/Int.hs +++ b/Data/Int.hs @@ -1,15 +1,13 @@ {-# OPTIONS -fno-implicit-prelude #-} ----------------------------------------------------------------------------- --- +-- | -- Module : Data.Int -- Copyright : (c) The University of Glasgow 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libraries@haskell.org -- Stability : experimental --- Portability : non-portable --- --- $Id: Int.hs,v 1.1 2001/06/28 14:15:02 simonmar Exp $ +-- Portability : portable -- -- 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")