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

Commit b41072f

Browse files
committed
fix warnings
1 parent 9e35b46 commit b41072f

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

test/Test/Main.purs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@ import Prelude
44

55
import Control.Monad.Eff (Eff)
66
import Control.Apply (lift2)
7-
import Control.Monad.Eff.Class (class MonadEff)
8-
import Control.Monad.Eff (Eff)
9-
-- import Control.Monad.Eff.Console (CONSOLE)
10-
117

128
testLift2 :: Eff () Unit
139
testLift2 = do

0 commit comments

Comments
 (0)