Report generated by HLint v2.1.11 - a tool to suggest improvements to your Haskell code.
./hs/test/HelVM/Common/Collections/MapListSpec.hs:50:11: 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 ./hs/test/HelVM/Common/Collections/MapListSpec.hs:59:11