mirror of
https://github.com/nmvdw/HITs-Examples
synced 2025-12-13 13:53:52 +01:00
Removed bad hints
This commit is contained in:
@@ -84,7 +84,7 @@ Open Scope logic_scope.
|
||||
Section hPropLattice.
|
||||
Context `{Univalence}.
|
||||
|
||||
Instance lor_commutative : Commutative lor.
|
||||
Global Instance lor_commutative : Commutative lor.
|
||||
Proof.
|
||||
unfold Commutative.
|
||||
intros.
|
||||
@@ -182,11 +182,4 @@ Section hPropLattice.
|
||||
absorption_max_min := _
|
||||
}.
|
||||
|
||||
End hPropLattice.
|
||||
|
||||
Hint Resolve
|
||||
commutative_min commutative_max associative_min associative_max
|
||||
idempotent_min idempotent_max
|
||||
neutralL_min neutralR_min
|
||||
absorption_min_max absorption_max_min
|
||||
: lattice_hints.
|
||||
End hPropLattice.
|
||||
Reference in New Issue
Block a user