Skip to content

Instantly share code, notes, and snippets.

@jrheard
Created January 10, 2018 16:46
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 jrheard/7bd6f27cb49240b50a87a391092d2da3 to your computer and use it in GitHub Desktop.
Save jrheard/7bd6f27cb49240b50a87a391092d2da3 to your computer and use it in GitHub Desktop.
(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