Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use tactic notations #6

Open
Kethku opened this issue Apr 20, 2016 · 1 comment
Open

Use tactic notations #6

Kethku opened this issue Apr 20, 2016 · 1 comment

Comments

@Kethku
Copy link
Contributor

Kethku commented Apr 20, 2016

I dont know what this means, but it was suggested and everybody nodded, so I assume its good.

@wilcoxjay
Copy link
Member

I believe one of the concrete suggestions was something like

Require Import StructTact.StructTactics.

Tactic Notation "find_rewrite" "<-" := find_reverse_rewrite.

Goal forall x y z : nat, x = y -> y = z -> x = z.
Proof.
  intros.
  find_rewrite <-.
  assumption.
Qed.

To make the syntax more similar to rewrite.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants