Skip to content

Instantly share code, notes, and snippets.

@jjl

jjl/foo.clj Secret

Created June 25, 2017 11:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjl/ae57ac46f681a2a0c146856ddc4e7646 to your computer and use it in GitHub Desktop.
Save jjl/ae57ac46f681a2a0c146856ddc4e7646 to your computer and use it in GitHub Desktop.
(s/def ::foo int?)
(s/conform (s/keys* :req-un [::foo]) []) => nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment