Skip to content

Conversation

@DiegoAlpizar
Copy link

@DiegoAlpizar DiegoAlpizar commented Apr 21, 2019

  • Replaces 'M' to '_' as a placeholder in partial
  • Important alias fix: reject -> discard
  • Add one ) in tap example to properly close ...:tap(function(v) print('Max is', M.max(v) end)
  • Corrects final result in tap example: now ...:value() --=> Max is 81 instead of ...:value() --=> Max is 89
  • Corrects "whilelisted" -> "whitelisted"
  • Fix typos in curry example
  • bind2 example now calls bind2 instead of bind

Replaces `'M'` to `'_'` as a placeholder in `partial`
@coveralls
Copy link

coveralls commented Apr 21, 2019

Pull Request Test Coverage Report for Build 215

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage remained the same at 28.105%

Totals Coverage Status
Change from base Build 212: 0.0%
Covered Lines: 301
Relevant Lines: 1071

💛 - Coveralls

- Remove trailing ')' in sumOf3args(1)(2)(3)) call
- Corrects curried call:  replace "sumOf3args(1)(2)(3)" to "curried_sumOf3args(1)(2)(3)"
@tst2005
Copy link
Contributor

tst2005 commented May 27, 2019

nice catchs!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants