X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Data%2FWord.hs;h=980de4d0a5a92e42fae186f8ce8c65cac80b9b16;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=7fbdc87ebba82f790fad9a9f13879d83e91f71f5;hpb=7f1f4e7a695c402ddd3a1dc2cc7114e649a78ebc;p=ghc-base.git diff --git a/Data/Word.hs b/Data/Word.hs index 7fbdc87..980de4d 100644 --- a/Data/Word.hs +++ b/Data/Word.hs @@ -1,15 +1,13 @@ {-# OPTIONS -fno-implicit-prelude #-} ----------------------------------------------------------------------------- --- +-- | -- Module : -- 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: Word.hs,v 1.1 2001/06/28 14:15:02 simonmar Exp $ +-- Portability : portable -- -- Sized unsigned integer types. -- @@ -28,11 +26,3 @@ module Data.Word #ifdef __GLASGOW_HASKELL__ import GHC.Word #endif - -import Data.Dynamic - -#include "Dynamic.h" -INSTANCE_TYPEABLE0(Word8,word8Tc, "Word8" ) -INSTANCE_TYPEABLE0(Word16,word16Tc,"Word16") -INSTANCE_TYPEABLE0(Word32,word32Tc,"Word32") -INSTANCE_TYPEABLE0(Word64,word64Tc,"Word64")