[project @ 2005-03-30 11:15:21 by simonmar]
[ghc-base.git] / GHC / Num.lhs
index 5d55946..b5e27a8 100644 (file)
 #error Please define LEFTMOST_BIT to be 2^(SIZEOF_HSWORD*8-1)
 #endif
 
+-- #hide
 module GHC.Num where
 
 import {-# SOURCE #-} GHC.Err
 import GHC.Base
-import GHC.List
 import GHC.Enum
 import GHC.Show