1
0
mirror of https://github.com/nmvdw/HITs-Examples synced 2025-11-03 15:13:51 +01:00

Removed bad hints

This commit is contained in:
Niels
2017-08-01 17:35:23 +02:00
parent e6bf0f9d5d
commit 5ee7053631
2 changed files with 5 additions and 12 deletions

View File

@@ -17,9 +17,9 @@ hrecursion.
exact _.
- apply lor.
- intros ; symmetry ; apply lor_assoc.
- intros ; apply lor_comm.
- intros ; apply lor_nl.
- intros ; apply lor_nr.
- apply lor_commutative.
- apply lor_nl.
- apply lor_nr.
- intros ; apply lor_idem.
Defined.