This PR makes the instance for `Subsingleton (Squash α)` work for `α :
Sort u`.
Closes #7405
The fix removes some unused `section`/`variable` commands. They were
mistakenly kept when `EqvGen` was removed in 1d338c4.
1 line
66 B
Text
1 line
66 B
Text
example (α : Sort u) : Subsingleton (Squash α) := inferInstance
|