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

Polymorphic function type and lambda expression #444

Merged
merged 2 commits into from
Dec 17, 2024

Conversation

eed3si9n
Copy link
Collaborator

@eed3si9n eed3si9n commented Dec 12, 2024

Fixes #204

Problem

Poly function types and poly function values aren't supported.

Solution

This implements it.

**Problem**
Poly function types and poly function values aren't supported.

**Solution**
This implements it.
@eed3si9n eed3si9n merged commit 25acfc9 into tree-sitter:master Dec 17, 2024
4 checks passed
@eed3si9n eed3si9n deleted the wip/poly branch December 17, 2024 06:34
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

Successfully merging this pull request may close these issues.

Polymorphic function types
1 participant