UNPKG

curry-d

Version:

Curry and curry right at arbitrary depth, then uncurry, if you want.

14 lines (13 loc) 422 B
<!docType html> <html> <head> <title>Tests</title> <link rel="stylesheet" href="../node_modules/mocha/mocha.css"/> </head> <body> <div id="mocha"></div> <!-- Include the global version to assure it loads properly. --> <script src="../src/curry-d.js"></script> <script data-main="./run.js" src="../node_modules/requirejs/require.js"></script> </body> </html>