aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2017-07-10 23:48:21 +0100
committerGitHub <noreply@github.com>2017-07-10 23:48:21 +0100
commit31390d2009ae2040b654d04aad82a56eaa411c46 (patch)
treec0f27bdfe724d94dddd87f1e4e2ff0d13f9d3964
parent4f67b34ade61ec2d3fe634b46cec1706ef225aae (diff)
parentc86d2ecb185898a20ef09d4cb065d91a045d9ee2 (diff)
downloadpackages-31390d2009ae2040b654d04aad82a56eaa411c46.tar.gz
packages-31390d2009ae2040b654d04aad82a56eaa411c46.zip
Merge pull request #536 from t8m8/master
Add currying
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index df63a71..05d220d 100644
--- a/packages.json
+++ b/packages.json
@@ -6697,5 +6697,18 @@
"description": "nimcalcal - PyCalCal translated to Nim, Calendrical Calculations from Reingold/Dershowitz",
"license": "MIT",
"web": "http://www3.cs.stonybrook.edu/~algorith/implement/reingold/implement.shtml"
+ },
+ {
+ "name": "currying",
+ "url": "https://github.com/t8m8/currying",
+ "method": "git",
+ "tags": [
+ "library",
+ "functional",
+ "currying"
+ ],
+ "description": "Currying library for Nim",
+ "license": "MIT",
+ "web": "https://github.com/t8m8/currying"
}
]