Created
January 10, 2018 16:46
-
-
Save jrheard/7bd6f27cb49240b50a87a391092d2da3 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/fdef draw-tiles | |
:args (s/cat :deck ::sp/deck | |
:hand ::sp/hand | |
:num-tiles (s/and nat-int? #(<= % MAX-HAND-SIZE))) | |
:ret (s/cat :new-deck ::sp/deck | |
:new-hand ::sp/hand)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment