Commit graph

12 commits

Author SHA1 Message Date
Ilya Kantor
86a60219fb minor fixes 2021-01-10 15:50:14 +03:00
Ilya Kantor
2027939238 minor fixes 2021-01-09 17:29:25 +03:00
Lakshya Thakur
997f392f74
Add the (2) point reference 2021-01-09 17:40:25 +05:30
Lakshya Thakur
5965ae79a8
Update currying function to use bind instead of wrapper pass
I think this change will help us to dodge concatenating new arguments with lexical ones and make the currying function much simpler.
2021-01-09 17:00:00 +05:30
Aakodal
eb546f0e3a
Fixing "sum(1)" instead of "curriedSum(1)" (l. 42)
"sum(1)" doesn't return a wrapper, "curriedSum(1)" does.
2020-03-30 10:34:07 +00:00
Peter Roche
c6c25c97da
Update article.md
"if arguments count" -> "if the arguments count"
"allows to easily" -> "allows us to easily"
"seen in the logging example:" -> "seen in the logging example,"
rephrasing rest of above sentence for readability
2020-02-13 22:19:17 -07:00
Peter Roche
7fb11bd13a
Update article.md
"get in details" -> "get in to the details"
2020-02-13 21:49:19 -07:00
Peter Roche
0b2e5e745b
Update article.md
"on the paper" -> "on paper"
2020-02-10 23:24:00 -07:00
Charlie Karniol
506567b806
Fix typo 2019-12-27 15:57:40 +02:00
Ilya Kantor
0110927124 fixes 2019-09-02 14:40:56 +03:00
Ilya Kantor
852ee18917 minor 2019-08-18 15:30:58 +03:00
Ilya Kantor
63243255a0 minor 2019-08-04 01:11:10 +03:00