Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save GregorStocks/9c2f27aca2a4d57ca7f93322d1e8e5db to your computer and use it in GitHub Desktop.
Save GregorStocks/9c2f27aca2a4d57ca7f93322d1e8e5db to your computer and use it in GitHub Desktop.
intended
(s/def ::boop string?)
(s/def ::blah (s/keys :opt {::boop}))
{::boop 5} ;; error
{::booop 5} ;; not an error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment