X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=Debug%2FQuickCheck.hs;h=cf476f75db5a33cb2451974f1005e44e70ddd2ff;hb=f7a485978f04e84b086f1974b88887cc72d832d0;hp=7bf87f20155895bb000c128d0bcbed000b659ba2;hpb=746ef6a7fd71bb1e9ebe3cd107c5f9f79f3b7a68;p=ghc-base.git diff --git a/Debug/QuickCheck.hs b/Debug/QuickCheck.hs index 7bf87f2..cf476f7 100644 --- a/Debug/QuickCheck.hs +++ b/Debug/QuickCheck.hs @@ -2,7 +2,7 @@ -- | -- Module : Debug.QuickCheck -- Copyright : (c) Koen Claessen, John Hughes 2001 --- License : BSD-style (see the file libraries/core/LICENSE) +-- License : BSD-style (see the file libraries/base/LICENSE) -- -- Maintainer : libraries@haskell.org -- Stability : experimental @@ -67,6 +67,8 @@ module Debug.QuickCheck ) where +import Prelude + import System.Random import Data.List( group, sort, intersperse ) import Control.Monad( liftM2, liftM3, liftM4 )