mirror of
https://github.com/barrucadu/dejafu.git
synced 2024-11-23 06:02:52 +03:00
da474b5dcf
With careful application of typeclass instances to this GADT, and by redefining 'ConcT' in terms of it, this solves the type inference problem and removes the need for the 'basic' function. This approach also has less newtype wrapping/unwrapping, and so is probably a step in the right direction even without the type inference advantages. The diff is quite big because things have needed to migrate between modules to avoid the import graph getting even worse. |
||
---|---|---|
.. | ||
Test/Tasty | ||
CHANGELOG.rst | ||
LICENSE | ||
README.markdown | ||
Setup.hs | ||
tasty-dejafu.cabal |
tasty-dejafu
Integration between the dejafu library for concurrency testing and tasty. This lets you easily incorporate concurrency testing into your existing test suites.
Contributing
Bug reports, pull requests, and comments are very welcome!
Feel free to contact me on GitHub, through IRC (#haskell on freenode), or email (mike@barrucadu.co.uk).