Possible regression in 2.8.0-rc1 due to instance resolution #7882
Labels
instance postponement
issues --experimental-lazy-instances, discrim-based deferral of instance candidate checking
instance
Instance resolution
regression on master
Unreleased regression in development version (Change to "regression in ..." should it be released!)
Milestone
Using:
the following code fails to typecheck:
with error:
In contrast,
Agda version 2.7.0.1
typechecks the code just fine.I found two alternative ways of avoiding getting the error in
2.7.20250510
:Bifunctor-×
instancebimap
(see commented out line)This might be related to #7847.
The text was updated successfully, but these errors were encountered: