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
(some-response) =fn=> (matches? {:status 200, :body file?})
Creates a fn that takes a value and checks it against a spec, values in the spec become like a =>, if it's a it's like a =fn=>, etc...
The text was updated successfully, but these errors were encountered:
Maybe this is just a slightly improved version of clojure.spec/valid? with explain-(str|data) as the reporting when it fails.
Sorry, something went wrong.
How is this different from fdef & then instrument-ing? Relatedly, make sure instrument errors report correctly.
fdef
instrument
gh-9 -> fixing global instrument crashing silently (todo/fixme ?) bec…
a61af01
…ause selectors was never initialized in the terminal reporter
Pancia
No branches or pull requests
Creates a fn that takes a value and checks it against a spec,
values in the spec become like a =>, if it's a it's like a =fn=>, etc...
The text was updated successfully, but these errors were encountered: