You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Don't insert parentheses for top-level tactics holes (#1352)
* More tests of overlapping methods
* Do a simplification pass of the extract
* Do less work when simplifiying
* Remove unnecessary parens simplification
* Implement simplify as a fold over endos
* Fix tests
* Haddock for the new module
* Minor note on implementation
* Note a TODO
* Use PatCompat to unpack patterns
* Pull out codegen utilities to break a cyclic dependency
* Re-export utils
* No top-level parens for tactics
* Try a different strategy for generalizing PatCompat
* Could this be the answer we've all been waiting for?
* Try, try again to compat
* Reorganize imports
* Fix test
Co-authored-by: Javier Neira <[email protected]>
0 commit comments