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
Currently, the built-in rewrite is defined as follows:
builtin "rewrite" ≔ …; // : Π [a], Prf a → T
Making it impossible to pass an optional rewrite pattern like the original rewrite tactic.
Since the built-in type string has been introduced, could we add the pattern as a string parameter?
The text was updated successfully, but these errors were encountered:
Currently, the built-in rewrite is defined as follows:
Making it impossible to pass an optional rewrite pattern like the original
rewrite
tactic.Since the built-in type
string
has been introduced, could we add the pattern as a string parameter?The text was updated successfully, but these errors were encountered: