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 804be8c commit 4f55713Copy full SHA for 4f55713
src/Control/Monad/Eff.js
@@ -1,7 +1,5 @@
1
"use strict";
2
3
-// module Control.Monad.Eff
4
-
5
exports.pureE = function (a) {
6
return function () {
7
return a;
0 commit comments