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

Update README as_result and do notation sections #155

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

francium
Copy link
Member

@francium francium commented Dec 5, 2023

No description provided.

@francium francium merged commit 911651d into master Dec 5, 2023
1 check passed
for x in Ok("hello")
for y in Ok(True)
)
final_result: Result[float, int] = do(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

shouldn't this be just float? (same in text below)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah, you're right. I'll update the example to use a int and a string instead so it's more clear.

@francium francium deleted the docs/update-sections-in-readme branch December 5, 2023 14:19
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