Re: [Haskell-cafe] QuickCheck - Extracting data values from tests

2004-09-02 Thread Martin Sjögren
On Fri, 3 Sep 2004 01:35:45 +0100, Jorge Adriano Aires <[EMAIL PROTECTED]> wrote: > Not sure which part is not clear... I'll just try to explain each of them. > Lets say I'm implementing a generators for Graphs. > > > > Also, even when I'm implementing a generator, I want to see how it is > > > wo

Re: [Haskell-cafe] Haskell extension/improvement

2004-08-16 Thread Martin Sjögren
On Mon, 16 Aug 2004 09:01:45 -0700 (PDT), Ron de Bruijn <[EMAIL PROTECTED]> wrote: > I was playing with QuickCheck and I just wanted to put > all of my tests in a list, but that's not possible, > because of the fact that a list can only contain > values of the same type. > > So concrete I would li

Re: [Haskell-cafe] Hiding functions

2004-08-14 Thread Martin Sjögren
On Fri, 13 Aug 2004 15:32:51 -0700, Lyle Kopnicky <[EMAIL PROTECTED]> wrote: > Simon, > > That makes good sense, as it's hard to read code that contains standard > terms used in a nonstandard way. I was just concerned that the function > name I wanted to use was already in the Prelude! Perhaps t