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

The notation Structure.on and Structure.Build should be better scoped #430

Open
CohenCyril opened this issue Jun 27, 2024 · 0 comments
Open

Comments

@CohenCyril
Copy link
Member

Indeed, writing Equality.on (nat * nat) will mistakenly interpret * as being the natural number multiplication instead of the cartesian product. The same goes for Build.

We should use the scope given by the type of the argument, and allow manual overriding from the user.

Spotted by @ggonthier

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

1 participant