Commit cc26c21
committed
chore: fix implicit-reducible diamond in digraphs (#38291)
The following fails on master, works after the PR:
```lean
example : (Digraph.instPartialOrder.toLE : LE (Digraph V)) =
Digraph.instLE := by
with_reducible_and_instances rfl
```
Co-authored-by: sgouezel <sebastien.gouezel@univ-rennes1.fr>1 parent af3d952 commit cc26c21
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | | - | |
172 | | - | |
| 170 | + | |
173 | 171 | | |
174 | | - | |
| 172 | + | |
175 | 173 | | |
176 | 174 | | |
177 | 175 | | |
| |||
0 commit comments