1
0
mirror of https://github.com/nmvdw/HITs-Examples synced 2025-11-04 07:33:51 +01:00

Improved lattice hints

This commit is contained in:
Niels
2017-08-18 11:18:37 +02:00
parent 8ff54def39
commit 29f3f31cec
2 changed files with 3 additions and 1 deletions

View File

@@ -45,7 +45,6 @@ Section operations.
Proof.
simple refine (FSet_rec _ _ _ true (fun _ => false) andb _ _ _ _ _)
; try eauto with bool_lattice_hints typeclass_instances.
intros ; symmetry ; eauto with lattice_hints typeclass_instances.
Defined.
Definition single_product {A B : Type} (a : A) : FSet B -> FSet (A * B).