[Haskell] QuickCheck and HPC Tutorial

2008-08-20 Thread Andy Gill
Dear Haskellers, We would like to draw your attention to the following. At the DEFUN event (in conjunction with ICFP in Victoria in September), there will be a half day tutorial titled: Using QuickCheck and HPC - Obtaining Quality Assurance for Haskell Code The tutorial will be given by And

[Haskell] QuickCheck & GADTs

2006-05-08 Thread Dominic Steinitz
Has anyone got any examples of these working together? Thanks, Dominic. ___ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell

Re: [Haskell] QuickCheck revival and Cabal

2006-04-11 Thread Frederik Eaton
Hi, Why not just call it, say, Test.QuickCheck2? I think module names should reflect only their functionality. I don't see how "External" or "Contrib" or "Chalmers" would say anything useful about the functionality of the modules. A while ago I sent a proposal for "package mounting", which I thi

[Haskell] QuickCheck revival and Cabal

2006-04-11 Thread Koen Claessen
Dear all, For the past couple of years, I have been quietly hacking on a brand new version of QuickCheck with lots of cool features. I have been distributing copies to some friends, but have not released any official package. Now, after lots of peer pressure, the time has come that I want to rel

[Haskell] QuickCheck typeclass properties was Re: MonadPlus

2005-05-01 Thread Shae Matijs Erisson
Jan-Willem Maessen <[EMAIL PROTECTED]> writes: >> PS: your discussion of the laws of MonadPlus reinforces to me the real need >> for being able to declare the laws that a typeclass should satisfy, not just >> the signature. > On this I cannot but agree. But we don't usually count on being able to

[Haskell] QuickCheck

2004-10-02 Thread Dominic Steinitz
Can someone remind me how to change the number of tests that QuickCheck performs? I'm sure I knew how to do this but I can't find it in the documentation and a web search revealed no examples. Thanks, Dominic. ___ Haskell mailing list [EMAIL PROTECTED]

[Haskell] [QCQ] Haskell-QuickCheck Questionnaire

2004-09-29 Thread Koen Claessen
Dear Haskell-QuickCheck user, When John and I published the first paper about QuickCheck in 2000, we released a Haskell module that was cleary marked as DRAFT. Since then, a lot of things have happened; we and other people have made extensions and improvements to QuickCheck, but only very few of