-
Notifications
You must be signed in to change notification settings - Fork 18
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
Failure in try! block #32
Comments
No. Shouldn't be like that Piotr On 22 Jun 2016 07:49 +0200, Hong [email protected], wrote:
|
Then, below is correct behavior? try! { 1 } # => Success(1)
try! { Success(1) } # => Success(1)
try! { Failure(1) } # => Failure(1) |
Yes Piotr On 22 Jun 2016 18:02 +0200, Hong [email protected], wrote:
|
Hi. I have a question about behavior of
try!
.Is this behavior intended?
Thanks.
The text was updated successfully, but these errors were encountered: