We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18cff12 commit ac69c71Copy full SHA for ac69c71
src/Control/Monad/Eff/Uncurried.js
@@ -1,3 +1,5 @@
1
+"use strict";
2
+
3
exports.mkEffFn1 = function mkEffFn1(fn) {
4
return function(x) {
5
return fn(x)();
0 commit comments