Skip to content

Instantly share code, notes, and snippets.

@Quantisan
Created March 29, 2014 19:44
Show Gist options
  • Save Quantisan/9861567 to your computer and use it in GitHub Desktop.
Save Quantisan/9861567 to your computer and use it in GitHub Desktop.
Mock lein usage of core.typed
(defproject something "0.0.1"
:dependencies [[org.clojure/core.typed.core "0.x"]] ;; with minimal trace
:profiles {:dev {:dependencies [[org.clojure/core.typed "0.x"]]}}) ;; with full
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment