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 5bc1f55 commit 6ffd6b4Copy full SHA for 6ffd6b4
test/Test/Data/List/NonEmpty.purs
@@ -11,7 +11,7 @@ import Data.Monoid.Additive (Additive(..))
11
import Data.NonEmpty ((:|))
12
import Data.TraversableWithIndex (traverseWithIndex)
13
import Data.Tuple (Tuple(..))
14
-import Data.Unfoldable (replicate, replicate1, unfoldr, unfoldr1)
+import Data.Unfoldable (replicate1, unfoldr1)
15
import Effect (Effect)
16
import Effect.Console (log)
17
import Test.Assert (assert)
0 commit comments