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 e4b1c00 commit 7fa83b0Copy full SHA for 7fa83b0
src/Hyperion/Report.hs
@@ -50,7 +50,7 @@ jsonFlat
50
-> HashMap BenchmarkId Report
51
-- ^ Report to encode
52
-> JSON.Value
53
-jsonFlat md report = jsonList $ flip fmap (HashMap.elems report) $ \b ->
+jsonFlat md report = jsonList $ (`map` HashMap.elems report) $ \b ->
54
JSON.object $
55
HashMap.toList md <> (flatten $ JSON.toJSON b)
56
where
0 commit comments