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
The project currently cannot be built in Agda 2.6.3 and 2.6.4. The following error would occur:
This is because in Agda 2.6.3 they introduced the UnsupportedIndexedMatch warning.
The warning occurs becase the membership proof for list is defined using indexed types. I have an alternative definition of membership proofs that doesn't require indexed types here using the universal property of commutative monoids.
The text was updated successfully, but these errors were encountered:
It's not a proper fix yet, it simply disables the UnsupportedIndexedMatch warning. I'll have a look at your definition and see what I can incorporate! Thanks again, much appreciated :)
The project currently cannot be built in Agda 2.6.3 and 2.6.4. The following error would occur:
This is because in Agda 2.6.3 they introduced the
UnsupportedIndexedMatch
warning.The warning occurs becase the membership proof for list is defined using indexed types. I have an alternative definition of membership proofs that doesn't require indexed types here using the universal property of commutative monoids.
The text was updated successfully, but these errors were encountered: