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