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

Implement wildcard constructor #2550

Merged
merged 3 commits into from
Dec 7, 2023
Merged

Conversation

janmasrovira
Copy link
Collaborator

The implementation of wildcard constructors was previously done in the arity checker. I did not realise I was missing it because there was not tests for it that included typechecking (we were only checking formatting).

@janmasrovira janmasrovira self-assigned this Dec 6, 2023
@janmasrovira janmasrovira marked this pull request as ready for review December 6, 2023 14:16
@paulcadman paulcadman merged commit 4fa1735 into main Dec 7, 2023
4 checks passed
@paulcadman paulcadman deleted the implement-wildcard-constructor branch December 7, 2023 09:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Implement typechecking of PatternWildcardConstructor
2 participants