dejafu/Test/DejaFu/Deterministic
Michael Walker d498ebd355 Extend blocking lookahead.
Adds more information to traces with a new Trace' type, which includes the
*sequence* of actions a thread will perform next, and use that for blocking
lookahead. This allows skipping over things like `_concKnowsAbout`, and so
brings the analysis behaviour of `spawn` in-line with `fork`.

For the test cases, this further reduces the average number of runs to 23.
2015-07-20 18:43:37 +01:00
..
Internal Extend blocking lookahead. 2015-07-20 18:43:37 +01:00
Internal.hs Extend blocking lookahead. 2015-07-20 18:43:37 +01:00
IO.hs Extend blocking lookahead. 2015-07-20 18:43:37 +01:00
Schedule.hs Implement BPOR for SCT, return to listy predicates. 2015-07-16 22:32:30 +01:00