Hacker News new | ask | show | jobs
by tikhonj 5108 days ago
Quickcheck exists in a bunch of different languages, but Haskell's type system makes it easier to use and implement because it can rely on type information to figure out which generator to use for any given input.