Commit Graph

12 Commits

Author SHA1 Message Date
1ab5c873d3 Fix parameter reference error in the usage
a small mistake found in reading.
2017-12-25 11:51:29 +08:00
d778ddb2c8 Fix typos in spaces
Fix typo to fit the context

Fix typo add space

Fix small typo

Fix small typo

Fix typo

Fix typo

Fix typo

Fix typo

Fix typo

Fix typo

Fix typo

Update tail.md

Fix typo

Fix small typo

Fix typo

Fix typo

Fix typo

Fix typo

Fix small typo

Fix typo

Fix small typo

Fix typo

Fix typo

Fix typo

Fix typo

Fix typo

Fix typo

Fix typo

Fix typo

Fix typo
2017-12-22 23:48:42 +01:00
c8b9c4a563 Fully renamed and updated everything, tagged, built 2017-12-17 17:55:51 +02:00
3fde98fc2e Lint and build 2017-12-14 20:52:07 +02:00
e9e63a9630 minor refactor to curry 2017-12-14 13:11:45 -02:00
8c03d44fbe Build README 2017-12-13 13:35:10 +02:00
e91fc01d25 Update curry.md 2017-12-13 09:31:25 -02:00
101bcf6d8b refactor to account for variadic functions
altough certainly more verbose, this version accounts for variadic functions such as Math.min that can't represent it's arity with the length property properly. for such cases you can pass the optional argument arity (as in the edited example).
what do you think?
2017-12-12 20:26:01 -02:00
2e9315b0ec Added samples 2017-12-12 17:50:08 +02:00
f4b2dc150e Change all snippets from var to const 2017-12-12 07:11:37 -05:00
8ae2b83136 Housekeeping, head, tail, init and last of list 2017-12-10 17:59:07 +02:00
367ee7f390 Generic currying 2017-12-10 15:21:35 +02:00