Skip to content

Instantly share code, notes, and snippets.

@alandipert
Created July 10, 2017 20:40
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 alandipert/106f5f46e4950225ce552551cc8b08c3 to your computer and use it in GitHub Desktop.
Save alandipert/106f5f46e4950225ce552551cc8b08c3 to your computer and use it in GitHub Desktop.
(defn bar
"foo and more"
[]
(fn [next-task]
(fn [fileset]
(let [foos-fileset (((foo) identity) fileset)
my-fileset (do-stuff-with foos-fileset)]
(next-task my-fileset)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment