by Russell91 on 3/21/15, 3:16 AM with 14 comments
by toolslive on 3/21/15, 7:23 AM
by rusbus on 3/21/15, 5:26 AM
by cpa on 3/21/15, 9:31 AM
Also, you have to make sure haskell's Ints and Python's Int are the same on your platform (one could be 32 bits and the other 64 bits).
[0] we did not prove anything, but just ran a bunch of tests, but you get the point.
by bensummers on 3/21/15, 7:38 AM
https://github.com/DRMacIver/hypothesis
http://hypothesis.readthedocs.org/en/master/
It's a QuickCheck inspired python testing library with some interesting new ideas.
by codelion on 3/21/15, 11:21 AM