You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Replace record directive "eta-equality" by "no-eta-equality;pattern"
Future Agda might not allow unguarded record types with eta-equality
in the safe mode anymore.
So we switch eta off here, but make the constructor a pattern so that
it can still be matched on.
Re: agda/agda#7470
0 commit comments