[project @ 2002-05-09 13:15:07 by simonmar]
[ghc-base.git] / Debug / QuickCheck / Batch.hs
index 66b0109..1b5cafa 100644 (file)
@@ -88,6 +88,8 @@ module Debug.QuickCheck.Batch
    , bottom            -- :: a                 {- _|_ -}
    ) where
 
+import Prelude
+
 import System.Random
 import Control.Concurrent
 import Control.Exception hiding (catch, evaluate)