Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Created March 13, 2017 20:21
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 deque-blog/97c58be70153a08d5741abf1662144f0 to your computer and use it in GitHub Desktop.
Save deque-blog/97c58be70153a08d5741abf1662144f0 to your computer and use it in GitHub Desktop.
(s/def ::blue int?)
(s/def ::red int?)
(s/def ::green int?)
(s/def ::scores
(s/keys :req-un [::blue ::red ::green]))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment