Skip to content

Instantly share code, notes, and snippets.

@bgrabow
Created October 21, 2019 16:21
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 bgrabow/9aec40bd2fd475cb6f6c23c6ed519355 to your computer and use it in GitHub Desktop.
Save bgrabow/9aec40bd2fd475cb6f6c23c6ed519355 to your computer and use it in GitHub Desktop.
(defn monoid [id fn-2]
(fn [& args]
(reduce fn-2 id args)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment