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 53ffd98 commit 59ddae5Copy full SHA for 59ddae5
tests/Properties/HashMapLazy.hs
@@ -182,7 +182,7 @@ tests =
182
\(k :: Key) (v :: Int) x -> isValid (HM.insert k v x)
183
]
184
, testGroup "insertWith"
185
- [ testProperty "insertWith" $
+ [ testProperty "model" $
186
\(Fn2 f) k v (x :: HMKI) ->
187
toOrdMap (HM.insertWith f k v x) === M.insertWith f k v (toOrdMap x)
188
, testProperty "valid" $
0 commit comments