Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rook2pawn committed Jul 27, 2011
1 parent 2da84c2 commit b179b82
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Expand Up @@ -41,4 +41,24 @@ Right side partial function application is through .rapply i.e.

baz(2); // (2*3) + 7 = 13

testing
=======

testing results (nodeunit):

$ nodeunit *

advanced.js
✔ testfn
✔ testpartial
✔ testpartialRight

basic.js
✔ testfn
✔ testpartial
✔ testpartialRight

OK: 16 assertions (62ms)


partial was inspired (and partially lifted) by [partial/curry library ap - substack](https://github.com/substack/node-ap)

0 comments on commit b179b82

Please sign in to comment.