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
Hello I have a question related to spec integration.
I saw in another issue that there is the possibility to use cats.monad.maybe/maybe? to verify the type.
cats.monad.maybe/maybe?
What I'd like to achieve is to spec this:
I have a maybe and inside of this maybe, in case the maybe is something, I have a map with the following keys: :key1 :key2.
maybe
something
:key1 :key2
Thanks in advance.
The text was updated successfully, but these errors were encountered:
At this moment we have just simple predicates for check if a value is maybe or not.
But clearly that this kind integration is not implemented. We are open to see an approach for do that ;)
Sorry, something went wrong.
No branches or pull requests
Hello I have a question related to spec integration.
I saw in another issue that there is the possibility to use
cats.monad.maybe/maybe?
to verify the type.What I'd like to achieve is to spec this:
I have a
maybe
and inside of thismaybe
, in case the maybe issomething
, I have a map with the following keys::key1 :key2
.Thanks in advance.
The text was updated successfully, but these errors were encountered: