Report generated by HLint v3.1.6 - a tool to suggest improvements to your Haskell code.
dist-newstyle/src/helio-157a2fc26d319c83/hs/test/HelVM/HelIO/Collections/MapListSpec.hs:50:11-112: Suggestion: Reduce duplication
Found
Found
it "mapListToList . fromIntIndexedList" $ (mapListToList . fromIntIndexedList) input `shouldBe` output it "I.toList . fromIntIndexedList" $ (I.toList . fromIntIndexedList) input `shouldBe` output it "LL.toList . fromIntIndexedList" $ (LL.toList . fromIntIndexedList) input `shouldBe` outputPerhaps
Combine with dist-newstyle/src/helio-157a2fc26d319c83/hs/test/HelVM/HelIO/Collections/MapListSpec.hs:59:11-112