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

catch x = e1 in e2 #188

Merged
merged 1 commit into from
Jun 14, 2024
Merged

catch x = e1 in e2 #188

merged 1 commit into from
Jun 14, 2024

Conversation

vekatze
Copy link
Owner

@vekatze vekatze commented Jun 14, 2024

catch x = e1 in
e2

↓

match e1 {
| Right(v) =>
  Right(v)
| Left(x) =>
  e2
}

@vekatze vekatze self-assigned this Jun 14, 2024
@vekatze vekatze marked this pull request as ready for review June 14, 2024 03:56
@vekatze vekatze merged commit 4beeb01 into main Jun 14, 2024
1 check passed
@vekatze vekatze deleted the cotry-catch branch June 14, 2024 03:56
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.

1 participant