Created
March 13, 2017 20:21
-
-
Save deque-blog/97c58be70153a08d5741abf1662144f0 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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