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 24969e3 commit b8624f7Copy full SHA for b8624f7
tests/Properties/HashMapLazy.hs
@@ -4,11 +4,7 @@
4
-- | Tests for the 'Data.HashMap.Lazy' module. We test functions by
5
-- comparing them to @Map@ from @containers@.
6
7
-#if defined(STRICT)
8
module Properties.HashMapStrict (tests) where
9
-#else
10
-module Properties.HashMapLazy (tests) where
11
-#endif
12
13
import Control.Monad ( guard )
14
import qualified Data.Foldable as Foldable
0 commit comments