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

feat: add type constructors for method and static method return types #7748

Merged
merged 4 commits into from
May 21, 2024

Conversation

chanattan
Copy link
Contributor

@chanattan chanattan commented May 20, 2024

Fixes #7745

Copy link
Member

@magnus-madsen magnus-madsen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@chanattan @JonathanStarup Added some comments

main/src/ca/uwaterloo/flix/language/fmt/SimpleType.scala Outdated Show resolved Hide resolved
main/src/ca/uwaterloo/flix/language/phase/Simplifier.scala Outdated Show resolved Hide resolved
main/src/ca/uwaterloo/flix/language/phase/Resolver.scala Outdated Show resolved Hide resolved
@magnus-madsen
Copy link
Member

The PR text should be "Fixes #7745"

@magnus-madsen magnus-madsen changed the title feat: Added method and static method type constructors feat: add type constructors for method and static method return types May 20, 2024
@magnus-madsen magnus-madsen merged commit 30eb198 into flix:master May 21, 2024
13 checks passed
@magnus-madsen
Copy link
Member

Merged. Thanks!

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.

Add two new type constructors: MethodReturnType and StaticMethodReturnType
2 participants