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

Integration with specs #178

Open
danpersa opened this issue Aug 26, 2016 · 1 comment
Open

Integration with specs #178

danpersa opened this issue Aug 26, 2016 · 1 comment

Comments

@danpersa
Copy link

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 this maybe, in case the maybe is something, I have a map with the following keys: :key1 :key2.

Thanks in advance.

@niwinz
Copy link
Member

niwinz commented Aug 27, 2016

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 ;)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants