From: panne Date: Tue, 8 Jul 2003 16:04:54 +0000 (+0000) Subject: [project @ 2003-07-08 16:04:54 by panne] X-Git-Tag: nhc98-1-18-release~594 X-Git-Url: http://git.megacz.com/?p=ghc-base.git;a=commitdiff_plain;h=1ae0823ca86798e2a17f2dd2124971bcae07d1b5 [project @ 2003-07-08 16:04:54 by panne] Export TestResult, too --- diff --git a/Debug/QuickCheck/Batch.hs b/Debug/QuickCheck/Batch.hs index 3b7c6d5..faaa808 100644 --- a/Debug/QuickCheck/Batch.hs +++ b/Debug/QuickCheck/Batch.hs @@ -84,6 +84,7 @@ module Debug.QuickCheck.Batch -- [TestOptions -> IO TestResult] -> IO () , defOpt -- :: TestOptions , TestOptions (..) + , TestResult (..) , isBottom -- :: a -> Bool , bottom -- :: a {- _|_ -} ) where