Skip to content

Instantly share code, notes, and snippets.

@swannodette
Created April 9, 2011 19:49
Show Gist options
  • Save swannodette/911710 to your computer and use it in GitHub Desktop.
Save swannodette/911710 to your computer and use it in GitHub Desktop.
(defn-e f [x y]
([_ 0] (a/< x 3))
([_ 2] (a/<= 3 x) (a/< x 6))
([_ 4] (a/<= 6 x)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment