(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