pts
pts copied to clipboard
Better test case generation
Our test case generator is too stupid to check cool properties (see discussion of #23). We should write better Arbitrary instances. Maybe SmallCheck could also help?
Additionally, I want to use QuickCheck's classify
& Co. to verify whether good enough testcases are created (see discussion in #23).