categorifier icon indicating copy to clipboard operation
categorifier copied to clipboard

Implement listed cat-theory simplification rules

Open zliu41 opened this issue 3 years ago • 0 comments

as listed in https://github.com/conal/concat/blob/master/classes/src/ConCat/AltCat.hs#L558, there are many cat-theory law-based rules which should be used by our simplifier. When custom rule simplifier is implemented, we need to install those rules into the system.

AC:

  • implement the rules
  • make test cases
  • apply this to actual control code and report the difference and check the improvement

(Extricated from https://kitty-hawk.atlassian.net/browse/SW-3379)

zliu41 avatar Apr 15 '22 16:04 zliu41