Skip to content

Instantly share code, notes, and snippets.

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 stuarthalloway/736cd82a51eb9ad24c65bfcac06f5101 to your computer and use it in GitHub Desktop.
Save stuarthalloway/736cd82a51eb9ad24c65bfcac06f5101 to your computer and use it in GitHub Desktop.
Compatible change
(s/keys :req [::first-name
::last-name
::middle-initial])
(s/keys :req [::first-name
::last-name
::middle-initial]
:opt-un [::middle-name])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment