Skip to content

Instantly share code, notes, and snippets.

@MichaelDrogalis
Created November 25, 2013 21:07
Show Gist options
  • Save MichaelDrogalis/7648928 to your computer and use it in GitHub Desktop.
Save MichaelDrogalis/7648928 to your computer and use it in GitHub Desktop.
(defspec integers-closed-over-addition
+ ;; input fn
[^int a ^int b] ;; input spec
(assert (integer? %))) ;; 0 or more validator forms
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment