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

Feature/mutable_state #170

Merged
merged 25 commits into from
Nov 24, 2022
Merged

Conversation

phischu
Copy link
Collaborator

@phischu phischu commented Nov 2, 2022

No description provided.

@b-studios
Copy link
Collaborator

As soon as this branch is in a somewhat stable state, I would be happy to merge it. You can of course continue to work on it, but this way it is easier to deal with upstream changes (then you don't need to rebase so many commits every time master changes).

@serkm
Copy link
Contributor

serkm commented Nov 23, 2022

This is ready to merge now.

@@ -132,7 +132,7 @@ trait ChezScheme {
}
chez.Handle(handlers, toChez(body))

case Region(body) => chez.Builtin("with-region", toChez(body))
case Region(body, _) => chez.Builtin("with-region", toChez(body))
Copy link
Collaborator

Choose a reason for hiding this comment

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

Ah I see that we also need the answer type here, yes!

@b-studios b-studios merged commit bfabb51 into effekt-lang:master Nov 24, 2022
@b-studios
Copy link
Collaborator

Thanks, good job!

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.

None yet

3 participants