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

Fix #887 #889

Closed
wants to merge 2 commits into from
Closed

Fix #887 #889

wants to merge 2 commits into from

Conversation

xldenis
Copy link
Collaborator

@xldenis xldenis commented Oct 13, 2023

This PR implements the required hacks to make nested closures work.

The short idea is that we really treat closures like two separate modules (which they are). Depending on the context we will either grab the type or the value module of the closure.
A few different matches had to be updated to allow closures to be treated as types.

The major thing that needs to be cleaned up is the name generation.

@jhjourdan
Copy link
Collaborator

@xldenis : #887 is now closed. I suppose this PR is obsolete?

@xldenis
Copy link
Collaborator Author

xldenis commented Sep 25, 2024

Yes. This was still mlcfg, and it seems resolved according to the discussion in the linked issue.

@xldenis xldenis closed this Sep 25, 2024
@xldenis xldenis deleted the fix-closures branch September 25, 2024 12:25
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.

2 participants