HoTT-Agda
HoTT-Agda copied to clipboard
`instance`s with explicit arguments in `NType.agda` no longer works under the master branch of Agda
Building with agda 2.6.0-d6640d6:
HoTT-Agda/core/lib/NType.agda:156,7-157,47
Instance declarations with explicit arguments are never considered
by instance search, so making =-preserves-level into an instance
has no effect.
Thanks for the info! I will look into this when I have a little bit more time.
@favonia If it helps provide context, that change was introduced here: https://github.com/agda/agda/pull/3419 and @jespercockx began some partial fixes here: https://github.com/jespercockx/HoTT-Agda/commit/a15f184df73304a7bfeeaac96194b89286501bdb
However, those fixes are incomplete. Like he commented, I'm also seeing issues in Truncation.agda and having a lot of difficulty resolving them.