Skip to content
This repository was archived by the owner on Oct 4, 2020. It is now read-only.

Commit ac69c71

Browse files
committed
use strict
1 parent 18cff12 commit ac69c71

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Control/Monad/Eff/Uncurried.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
"use strict";
2+
13
exports.mkEffFn1 = function mkEffFn1(fn) {
24
return function(x) {
35
return fn(x)();

0 commit comments

Comments
 (0)