dejafu/dejafu-tests
Michael Walker c1d4259178 Don't introduce a dependency for blocked actions
This is safe because there's no point pre-empting a block to cause a
context switch, as the context switch will happen immediately after
the block anyway.

This speeds up the Applicative composition test from over 30 minutes
to around 1.
2015-12-03 22:09:09 +00:00
..
Cases Enable building tests with GHC <7.10 2015-12-01 05:13:47 +00:00
Examples Don't introduce a dependency for blocked actions 2015-12-03 22:09:09 +00:00
dejafu-tests.cabal Make a separate package for the test suite. Closes #31. 2015-12-01 05:07:56 +00:00
LICENSE Make a separate package for the test suite. Closes #31. 2015-12-01 05:07:56 +00:00
Main.hs Make a separate package for the test suite. Closes #31. 2015-12-01 05:07:56 +00:00
Setup.hs Make a separate package for the test suite. Closes #31. 2015-12-01 05:07:56 +00:00
Utils.hs Make a separate package for the test suite. Closes #31. 2015-12-01 05:07:56 +00:00