We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 73f599f commit 90bd5f1Copy full SHA for 90bd5f1
test/Main.hs
@@ -4,12 +4,12 @@
4
module Main where
5
6
import Test.Data.Destination (destArrayTests)
7
+import Test.Data.Functor.Linear (genericTests)
8
import Test.Data.Mutable.Array (mutArrTests)
9
import Test.Data.Mutable.HashMap (mutHMTests)
10
import Test.Data.Mutable.Set (mutSetTests)
11
import Test.Data.Mutable.Vector (mutVecTests)
12
import Test.Data.Polarized (polarizedArrayTests)
-import Test.Data.Functor.Linear (genericTests)
13
import Test.Data.Replicator (replicatorInspectionTests)
14
import Test.Data.V (vInspectionTests)
15
import Test.Tasty
test/Test/Data/Functor/Linear.hs
@@ -57,4 +57,3 @@ propertyPairTest =
57
(MkPair 3 4 :: Pair Int)
58
)
59
=== (Sum 2, (MkPair 6 8))
60
-
0 commit comments