All hints

All files

Report generated by HLint v3.1.6 - a tool to suggest improvements to your Haskell code.

hs/test/HelVM/HelIO/Collections/MapListSpec.hs:50:11-112: Suggestion: Reduce duplication
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` output
Perhaps
Combine with hs/test/HelVM/HelIO/Collections/MapListSpec.hs:59:11-112