[project @ 2002-05-09 13:15:07 by simonmar]
[ghc-base.git] / Debug / QuickCheck / Utils.hs
index 4705615..8d22c27 100644 (file)
@@ -20,6 +20,8 @@ module Debug.QuickCheck.Utils
   , isTotalOrder
   ) where
 
+import Prelude
+
 import Debug.QuickCheck
 
 isAssociativeBy :: (Show a,Testable prop)