Commit 8097429
committed
chore: fix implicit-reducible diamond in PrimeMultiset (#38303)
The following lemma fails in master, works in the PR:
```lean
example : (instDistribLatticePrimeMultiset.toSemilatticeSup :
SemilatticeSup PrimeMultiset) =
instSemilatticeSupPrimeMultiset := by
with_reducible_and_instances rfl
```
Co-authored-by: sgouezel <sebastien.gouezel@univ-rennes1.fr>1 parent fad2aee commit 8097429
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
| 33 | + | |
| 34 | + | |
36 | 35 | | |
37 | 36 | | |
38 | 37 | | |
| |||
0 commit comments