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

Commit 4f55713

Browse files
committed
Remove redundant module comment from JS
1 parent 804be8c commit 4f55713

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Control/Monad/Eff.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
"use strict";
22

3-
// module Control.Monad.Eff
4-
53
exports.pureE = function (a) {
64
return function () {
75
return a;

0 commit comments

Comments
 (0)