[project @ 2002-09-08 02:35:33 by sof]
[ghc-base.git] / Data / Word.hs
index 3bcc8a7..ff81405 100644 (file)
@@ -17,7 +17,9 @@ module Data.Word
   ( 
        -- * Unsigned integral types
 
+#ifndef __HUGS__
        Word,
+#endif
        Word8, Word16, Word32, Word64,
        
        -- * Notes