diff options
| author | t8m8 <t0m09488@gmail.com> | 2017-07-10 18:38:59 +0900 |
|---|---|---|
| committer | t8m8 <t0m09488@gmail.com> | 2017-07-10 18:38:59 +0900 |
| commit | c86d2ecb185898a20ef09d4cb065d91a045d9ee2 (patch) | |
| tree | c0f27bdfe724d94dddd87f1e4e2ff0d13f9d3964 | |
| parent | 4f67b34ade61ec2d3fe634b46cec1706ef225aae (diff) | |
| download | packages-c86d2ecb185898a20ef09d4cb065d91a045d9ee2.tar.gz packages-c86d2ecb185898a20ef09d4cb065d91a045d9ee2.zip | |
Add currying
| -rw-r--r-- | packages.json | 13 |
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" } ] |
