Skip to content

feat: add Functor and Bifunctor instances to Result type#26

Merged
glguy merged 1 commit intoglguy:mainfrom
drlkf:main
Mar 13, 2026
Merged

feat: add Functor and Bifunctor instances to Result type#26
glguy merged 1 commit intoglguy:mainfrom
drlkf:main

Conversation

@drlkf
Copy link
Contributor

@drlkf drlkf commented Mar 5, 2026

Add Functor and Bifunctor instances to the Result type. This allow manipulating inner values more easily and re-use code that already works for generic result types such as Either.

@drlkf
Copy link
Contributor Author

drlkf commented Mar 13, 2026

CI error does not seem related to the PR, in fact the same happened on main

@glguy glguy merged commit ed836cd into glguy:main Mar 13, 2026
15 of 18 checks passed
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