You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: fix implicit-reducible diamonds in Primrec (#38305)
The following examples fail on master, work with the PR:
```lean
example : (Primcodable.ulower.toEncodable : Encodable (ULower α)) =
instEncodableULower := by
with_reducible_and_instances rfl
```
```lean
example : (Primcodable.vector.toEncodable : Encodable (List.Vector
α n)) =
Encodable.List.Vector.encodable := by
with_reducible_and_instances rfl
```
Co-authored-by: sgouezel <sebastien.gouezel@univ-rennes1.fr>
0 commit comments