Skip to content

Instantly share code, notes, and snippets.

@mccraigmccraig
Created November 29, 2017 16:43
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 mccraigmccraig/d0e3c3c8889e726444784c427d82c14b to your computer and use it in GitHub Desktop.
Save mccraigmccraig/d0e3c3c8889e726444784c427d82c14b to your computer and use it in GitHub Desktop.
(defn has-tag?
[event old-segment new-segment all-new tag]
(= (:tag new-segment)
tag))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment