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 2f33b6d commit c246653Copy full SHA for c246653
test/Main.purs
@@ -1,6 +1,6 @@
1
module Test.Main where
2
3
-import Prelude
+import Prelude hiding (not)
4
import Control.Monad.Eff (Eff)
5
import Control.Monad.Eff.Console (CONSOLE, log)
6
import Data.Array (filter, range)
0 commit comments