forked from fscheck/FsCheck
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contributors.txt
21 lines (18 loc) · 1.09 KB
/
Contributors.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
First of all credit should go to John Hughes and Koen Claessen for coming up with the fist version of Haskell's QuickCheck and many fundanmental improvements and ideas. All contributors to QuickCheck are contributors to FsCheck.
The same is true, but to a lesser degree, for scalacheck (which is itself a port of QuickCheck to Scala).
Contributors:
Carsten Koenig
Mausch
Alex Bogomaz
Neil Mitchell (the first version of reflective generators and shrinker)
Ganesh Sittampalam (various improvements and fixes in the property DSL)
toyvo (Makefile for mono users)
Steve Gilham (byte arbitrary instance)
David Crocker (first version of replay mechanism, bug fix)
Howard Mansell (lots of generators and arbitrary instances)
David Jones (tail recursive version of Gen.sequence, bug fixes)
Matthew Peacock (gen workflow extensions)
(my sincerest apologies to anyone I overlooked - feel free to protest!)
Thanks to:
Howard Mansell and team from Credit Suisse, for taking the time to clear up legal stuff and donate code, and being enthusiastic early adopters.
Everyone that takes the time to report bugs or send feedback.