Created
March 29, 2014 19:44
-
-
Save Quantisan/9861567 to your computer and use it in GitHub Desktop.
Mock lein usage of core.typed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(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