Closes #37.
Remaining work:
- Emit a warning when
Set(ω)(i)is used and not in scope. - Figure out why some test outputs now have leading blank lines (e.g.
test/Succeed/TooManyPolarities.warn): the leading blank lines were actually added bygithub.com/agda/agda@b9529c88e7but the golden outputs were not changed because whitespace is normalised.
Closes https://codeberg.org/1lab/mikan/issues/37.
Remaining work:
- [x] Emit a warning when `Set(ω)(i)` is used and not in scope.
- [x] Figure out why some test outputs now have leading blank lines (e.g. `test/Succeed/TooManyPolarities.warn`): the leading blank lines were actually added by https://github.com/agda/agda/commit/b9529c88e754ad2c2bfa21c1dc77d63587eef3ca but the golden outputs were not changed because whitespace is normalised.