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

Add "effect" as a parameter in handle block #16

Closed
macabeus opened this issue Dec 25, 2019 · 2 comments
Closed

Add "effect" as a parameter in handle block #16

macabeus opened this issue Dec 25, 2019 · 2 comments

Comments

@macabeus
Copy link
Owner

macabeus commented Dec 25, 2019

We need to add a parameter on handle block to assign the effect variable, as like we already have on catch block:

try {
  // ...
} handle (effect) {
  // ...
}

This is a good suggestion that some guys said on the following comments:

@macabeus
Copy link
Owner Author

There is a nice discussion here that conflicts with this issue: #8 (comment)

macabeus added a commit that referenced this issue Jan 3, 2020
@macabeus macabeus mentioned this issue Jan 3, 2020
@macabeus
Copy link
Owner Author

macabeus commented Jan 3, 2020

Done: #18

@macabeus macabeus closed this as completed Jan 3, 2020
macabeus added a commit that referenced this issue Jan 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant