Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: fix a structure instance for lean4#5528 (#17567)
[lean4#5528](leanprover/lean4#5528) fixes some issues with how structure instance notation expands, which breaks `OrderIso.mapSetOfMaximal`. This PR manually expands the spread notation. For the curious, this definition is making use of both the implicit lambda feature and implicit arguments in `map_rel_iff' := f.map_rel_iff`. Concretely, this is equivalent to `map_rel_iff' {_ _} := f.map_rel_iff _ _` where the `_`'s don't match up.
- Loading branch information