Skip to content

Instantly share code, notes, and snippets.

@AeroNotix
Created April 22, 2014 18:12
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 AeroNotix/dcb26df5e85eb6c1ec40 to your computer and use it in GitHub Desktop.
Save AeroNotix/dcb26df5e85eb6c1ec40 to your computer and use it in GitHub Desktop.
(defn foo
([a] {:pre [(map? a)]} (println "IT'S A MAHP"))
([a] {:pre [(string? a)]} (println "OMFG A SRTING")))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment