Skip to content

Commit

Permalink
Renaming product-currying to currying to better reflect the conte…
Browse files Browse the repository at this point in the history
…nt of the project. EOM
  • Loading branch information
timvisher committed Apr 12, 2012
1 parent 2ae170d commit 07acabb
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion ft3/product-currying/README → ft3/currying/README
@@ -1,4 +1,4 @@
# product-currying
# currying

FIXME: write description

Expand Down
3 changes: 3 additions & 0 deletions ft3/currying/project.clj
@@ -0,0 +1,3 @@
(defproject currying "1.0.0-SNAPSHOT"
:description "FIXME: write description"
:dependencies [[org.clojure/clojure "1.3.0"]])
@@ -1,4 +1,4 @@
(ns product-currying.core)
(ns currying.core)

;; def product = { x, y -> return x * y }

Expand Down
@@ -1,5 +1,5 @@
(ns product-currying.test.core
(:use [product-currying.core])
(ns currying.test.core
(:use [currying.core])
(:use [clojure.test]))

(deftest product-of-3-and-4-is-12
Expand Down
3 changes: 0 additions & 3 deletions ft3/product-currying/project.clj

This file was deleted.

0 comments on commit 07acabb

Please sign in to comment.