iris-lean
iris-lean copied to clipboard
Evaluate possibilities for expression quotation
The tactic implementations need to destruct expressions (Expr
), which is currently done by hand, i.e. using methods like isAppOf
and getAppArgs
in Iris/Std/Expr.lean
. Using expression quotations would presumably simplify this process. One package to check out is quote4.