-
Notifications
You must be signed in to change notification settings - Fork 32
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
"pop_frame: Empty call stack" when folding a tuple of maps #6
Comments
I've played around with the minimal case a couple times — it looks like the issue is not actually caused by trying to fold the |
Thanks for the report 👍 |
Thanks for the fun language! It looks like it's not necessary to use the
|
Fixes #6 - stack overflow / empty call stack on pop when using fold() after calling another function.
It turns out that calling any function before calling
|
See the following example for the issue and a workaround:
The text was updated successfully, but these errors were encountered: