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

Switch exceptions used for control flow from global to local #45

Merged
merged 1 commit into from
Feb 5, 2025

Conversation

jberdine
Copy link
Contributor

@jberdine jberdine commented Feb 2, 2025

Now that ocaml 4.04 can be relied on, the exceptions used for control flow
can be switched from global to local. The motivation is to avoid nested
operations from catching exceptions not intended for them, such as a
fold_while whose f argument internally also performs a fold_while.

Signed-off-by: Josh Berdine [email protected]

@c-cube c-cube merged commit cd2d47f into c-cube:main Feb 5, 2025
0 of 4 checks passed
@c-cube
Copy link
Owner

c-cube commented Feb 5, 2025

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.

2 participants