Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Last active March 18, 2017 13:57
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save deque-blog/f135fcdd5507f9ca573f21872cd10c6a to your computer and use it in GitHub Desktop.
(s/fdef main-frame
:args (s/cat
:turn ::turn/turn
:helps (s/fspec :args (s/cat :coord ::board-model/coord))
:interactions #(satisfies? IUserInteractions %)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment