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 559bbc1 commit 8d2cb5eCopy full SHA for 8d2cb5e
lib/Echidna/Output/Source.hs
@@ -50,7 +50,7 @@ combineStats statsRef = do
50
threadStats' <- allTLS statsRef
51
threadStats <- mapM readIORef threadStats' :: IO [StatsMap]
52
statsLists <- pure $ map (\(m :: StatsMap) -> Map.map (\(x :: VU.IOVector StatsInfo) -> mvToList x) m) threadStats :: IO [Map EVM.Types.W256 (IO [StatsInfo])]
53
- traverse (\x -> x >>= U.thaw . U.fromList >>= U.freeze) $ Map.unionsWith zipSumStats statsLists
+ traverse (U.fromList <$>) $ Map.unionsWith zipSumStats statsLists
54
55
saveCoverages
56
:: Env
0 commit comments