We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9627852 commit b93df87Copy full SHA for b93df87
quickcheck-dynamic/src/Test/QuickCheck/StateModel.hs
@@ -842,6 +842,9 @@ interleavings (a:as) (b:bs) =
842
map (b:) (interleavings (a:as) bs)
843
844
-- TODO:
845
--- - Negative actions (because the actual interleaving might involve legitimate failures
846
--- even if the linear sequence doesn't)
847
--- - Check negative postcondition and correct precondition in `checkTrace`
+-- - Decide how much of the old QCD interface we can afford to break
+-- - Refactor normal QCD so that you don't have two implementations
+-- - More than two threads
848
+-- - More examples
849
+-- - Clean everything up
850
+-- - All the statistics and monitoring
0 commit comments