swarm/test/bench
Brent Yorgey 4671803c4f
Move effect utils to swarm-util (#1872)
There were a bunch of fused-effects related utils that lived in a module in `swarm-scenario`; but all of them were completely generic except for the `simpleErrorHandle` function which is specific to `SystemFailure`.  So, this PR:
- Moves `simpleErrorHandle` to `Swarm.Game.Failure`
- Moves the rest of the module into the `swarm-util` package so it can be used elsewhere.

This is another refactoring in preparation for #1865.
2024-05-28 18:36:10 +00:00
..
Benchmark.hs Move effect utils to swarm-util (#1872) 2024-05-28 18:36:10 +00:00