Created
March 12, 2017 13:41
-
-
Save deque-blog/4dde9ab642da60683dec23c62ae75664 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 ::turn | |
(s/keys :req-un | |
[::board/board | |
::player/player | |
::scores/scores])) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment