We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63d347f + 89a6095 commit 3d3846cCopy full SHA for 3d3846c
bower.json
@@ -17,6 +17,6 @@
17
"package.json"
18
],
19
"dependencies": {
20
- "purescript-eff": "^1.0.0"
+ "purescript-eff": "^2.0.0"
21
}
22
src/Control/Monad/Eff/Console.js
@@ -1,7 +1,5 @@
1
"use strict";
2
3
-// module Control.Monad.Eff.Console
4
-
5
exports.log = function (s) {
6
return function () {
7
console.log(s);
0 commit comments