We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Implement methods like whenA and unlessA, but returning F[Option[A]] in the tofu.syntax.monadic
whenA
unlessA
F[Option[A]]
tofu.syntax.monadic
The text was updated successfully, but these errors were encountered:
Solution to issue tofu-tf#92
cda54eb
Merge pull request #93 from FunFunFine/patch-1
20a5384
Solution to issue #92
No branches or pull requests
Implement methods like
whenA
andunlessA
, but returningF[Option[A]]
in thetofu.syntax.monadic
The text was updated successfully, but these errors were encountered: