[project @ 2003-07-21 16:50:20 by simonmar]
[ghc-base.git] / Debug / QuickCheck / Batch.hs
index 850ef68..faaa808 100644 (file)
@@ -8,7 +8,7 @@
 -- Stability   :  experimental
 -- Portability :  non-portable (uses Control.Exception, Control.Concurrent)
 --
--- This is a batch driver for runing QuickCheck.
+-- This is a batch driver for running QuickCheck (GHC only).
 --
 -----------------------------------------------------------------------------
 
@@ -84,6 +84,7 @@ module Debug.QuickCheck.Batch
                        --      [TestOptions -> IO TestResult] -> IO ()
    , defOpt            -- :: TestOptions
    , TestOptions (..)
+   , TestResult (..)
    , isBottom          -- :: a -> Bool
    , bottom            -- :: a                 {- _|_ -}
    ) where