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
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.
The text was updated successfully, but these errors were encountered:
The tactic implementations need to destruct expressions (
Expr
), which is currently done by hand, i.e. using methods likeisAppOf
andgetAppArgs
inIris/Std/Expr.lean
. Using expression quotations would presumably simplify this process. One package to check out is quote4.The text was updated successfully, but these errors were encountered: