[Haskell-cafe] [Haskell] [ANN] GenCheck - a generalized property-based testing framework
Jacques Carette
carette at mcmaster.ca
Tue Jun 19 19:27:59 CEST 2012
[Only cc:ing cafe]
There are definite similarities, yes - I only became aware of
testing-feat very recently. You seem to have concentrated more on
efficiency, while we have focused more on the high-level modular design
and on strategies. We should probably merge our efforts, if you are
willing.
I mistakenly build the release to upload to hackage from an experimental
branch (which is currently broken). The sources on github work. I'll
update gencheck shortly to fix this, sorry.
Jacques
On 12-06-19 12:58 PM, Jonas Almström Duregård wrote:
> HI Jacques,
>
> This looks very similar to the recently released testing-feat library:
> http://hackage.haskell.org/package/testing-feat-0.2
>
> I get a build error on the latest platform:
>
> Test\GenCheck\Base\LabelledPartition.lhs:126:3:
> The equation(s) for `new' have two arguments,
> but its type `[a] -> Map k a' has only one
> In the instance declaration for `LabelledPartition (Map k) a'
>
> Regards,
> Jonas
>
More information about the Haskell-Cafe
mailing list