Last active
March 7, 2017 22:14
-
-
Save deque-blog/dac3f5bdaefaa2e8509ef2eb957b0f46 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
;; Imported from "triboard.logic.scores.cljs" | |
(s/def ::scores | |
(s/map-of ::player/player int?)) | |
(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