Skip to content

Instantly share code, notes, and snippets.

@deque-blog
Last active May 20, 2017 14:25
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 deque-blog/2319aa17613e814298f6a2d3ad903927 to your computer and use it in GitHub Desktop.
Save deque-blog/2319aa17613e814298f6a2d3ad903927 to your computer and use it in GitHub Desktop.
(s/valid? (binary-tree-of int?) sample-tree)
; => true
(s/valid? (binary-tree-of string?) sample-tree)
; => false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment