mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-29 21:44:11 +03:00
196a81ad29
Some important simplifications for classification were failing to fire because other simplifications fired first, short circuiting the search. It turns out that more than one rule may apply at any given step (and it is important to apply all of the rules that can be applied). This commit modifies the simplifier to apply rules until saturation. |
||
---|---|---|
.. | ||
src/Data/Macaw | ||
tests | ||
ChangeLog.md | ||
LICENSE | ||
macaw-aarch32.cabal | ||
REAMDE.md | ||
Setup.hs |