Skip to content

Instantly share code, notes, and snippets.

@OlegTheCat
Created June 22, 2018 12:03
Show Gist options
  • Save OlegTheCat/507dcff8704e06f25f0fd9b92a627bf3 to your computer and use it in GitHub Desktop.
Save OlegTheCat/507dcff8704e06f25f0fd9b92a627bf3 to your computer and use it in GitHub Desktop.
profile.boot + expound
(deftask userify []
(set-env!
:dependencies #(into % '[[expound "0.7.0"]]))
(require '[clojure.spec.alpha :as s])
(require '[expound.alpha :as expound])
(eval '(set! s/*explain-out* expound/printer))
identity)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment