Skip to content

Commit

Permalink
Fix warnings in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sharkdp committed Jul 1, 2017
1 parent 2f33b6d commit c246653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Main.purs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Test.Main where

import Prelude
import Prelude hiding (not)
import Control.Monad.Eff (Eff)
import Control.Monad.Eff.Console (CONSOLE, log)
import Data.Array (filter, range)
Expand Down

0 comments on commit c246653

Please sign in to comment.