Skip to content

Instantly share code, notes, and snippets.

@tgk
Created August 25, 2010 08:58
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 tgk/549142 to your computer and use it in GitHub Desktop.
Save tgk/549142 to your computer and use it in GitHub Desktop.
(defn same-keys? [m & ms]
(->> (cons m ms) (map keys) (map set) (apply =)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment