We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
7d96c90
There was an error while loading. Please reload this page.
Add Result monad, specifically
Result
Ok
Err
FutureResult
Future[Result]
bd6e57d
Add monads for working with optionally present values:
Maybe
Some
Empty
FutureMaybe
c4c24f3
Initial release
Provides
Value
Future