Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Project fails to compile on Agda 2.6.4 #1

Open
pufferffish opened this issue Jan 3, 2024 · 1 comment
Open

Project fails to compile on Agda 2.6.4 #1

pufferffish opened this issue Jan 3, 2024 · 1 comment

Comments

@pufferffish
Copy link

The project currently cannot be built in Agda 2.6.3 and 2.6.4. The following error would occur:
image
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.

@phijor
Copy link
Owner

phijor commented Jan 3, 2024

Hey, thanks for letting me know! I pushed an update to Agda 2.6.4 and cubical v0.6 to https://github.com/phijor/agda-cubical-multiset/tree/update-agda

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 :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants