Skip to content
Snippets Groups Projects
Commit a00c96c5 authored by Ralf Jung's avatar Ralf Jung
Browse files

fix (e)trans comment

parent 8b49f226
No related branches found
No related tags found
No related merge requests found
Pipeline #54605 passed
......@@ -76,7 +76,7 @@ Ltac done_if b :=
| false => idtac
end.
(** Aliases for trans and etrans that are easier to type *)
(** Aliases for transitivity and etransitivity that are easier to type *)
Tactic Notation "trans" constr(A) := transitivity A.
Tactic Notation "etrans" := etransitivity.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment