Skip to content

Instantly share code, notes, and snippets.

@vilmibm
Created June 20, 2015 19:01
Show Gist options
  • Save vilmibm/881d9d136fdd340bd824 to your computer and use it in GitHub Desktop.
Save vilmibm/881d9d136fdd340bd824 to your computer and use it in GitHub Desktop.
(def User
{:name s/Str
:password s/Str
(s/optional-key :lastseen) s/Str
:data (type {})})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment