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
In chapter 13 of Coq Art, we see the use of the following tactic:
autorewrite with llists using auto with llists.
I suspect this does more rewrites that just using autorewrite, but it would be good to investigate if this is better than auto with list or 'autorewrite with list` in CoqStock.
See if examples are proven easier with this tactic or create proofs that are show that this tactic is superior in some way and add a comment explaining.
The text was updated successfully, but these errors were encountered:
In chapter 13 of Coq Art, we see the use of the following tactic:
I suspect this does more rewrites that just using autorewrite, but it would be good to investigate if this is better than
auto with list
or 'autorewrite with list` in CoqStock.See
https://github.com/awalterschulze/regex-reexamined-coq/blob/master/src/CoqStock/List.v
See if examples are proven easier with this tactic or create proofs that are show that this tactic is superior in some way and add a comment explaining.
The text was updated successfully, but these errors were encountered: