Report generated by HLint v3.3.6 - a tool to suggest improvements to your Haskell code.
hs/src/HelVM/HelIO/Collections/MapList.hs:88:19-64: Warning: Functor law
Found
Found
fromIntMap <$> IntMap.insert i e <$> unMapListPerhaps
fromIntMap . IntMap.insert i e <$> unMapList
hs/src/HelVM/HelIO/Collections/SList.hs:91:44-67: Warning: Functor law
Found
Found
Dual <$> Endo <$> flip fPerhaps
Dual . Endo <$> flip f
hs/src/HelVM/HelIO/Collections/SList.hs:185:15-44: Warning: Functor law
Found
Found
SList <$> L.cons e <$> unSListPerhaps
SList . L.cons e <$> unSList
hs/src/HelVM/HelIO/Collections/SList.hs:202:13-40: Warning: Functor law
Found
Found
SList <$> L.tail <$> unSListPerhaps
SList . L.tail <$> unSList
hs/src/HelVM/HelIO/Collections/SList.hs:205:13-40: Warning: Functor law
Found
Found
SList <$> L.init <$> unSListPerhaps
SList . L.init <$> unSList
hs/src/HelVM/HelIO/Collections/SList.hs:208:16-46: Warning: Functor law
Found
Found
SList <$> L.reverse <$> unSListPerhaps
SList . L.reverse <$> unSList
hs/src/HelVM/HelIO/Collections/SList.hs:211:22-58: Warning: Functor law
Found
Found
SList <$> L.intersperse e <$> unSListPerhaps
SList . L.intersperse e <$> unSList
hs/src/HelVM/HelIO/Collections/SList.hs:226:17-48: Warning: Functor law
Found
Found
SList <$> L.sortBy f <$> unSListPerhaps
SList . L.sortBy f <$> unSList
hs/src/HelVM/HelIO/Control/Safe.hs:100:28-72: Warning: Functor law
Found
Found
liftSafe <$> maybeToSafe message <$> nonEmptyPerhaps
liftSafe . maybeToSafe message <$> nonEmpty
hs/src/HelVM/HelIO/Digit/ToDigit.hs:39:21-68: Warning: Functor law
Found
Found
toText <$> S.sListToList <$> makeAsciiString28 lPerhaps
toText . S.sListToList <$> makeAsciiString28 l
hs/src/HelVM/HelIO/IO/MockIO.hs:43:29-65: Warning: Functor law
Found
Found
pure <$> runMockIO i <$> runBusinessTPerhaps
pure . runMockIO i <$> runBusinessT
hs/src/HelVM/HelIO/IO/MockIO.hs:106:22-70: Warning: Functor law
Found
Found
fromStrict <$> encodeUtf8 <$> mockGetContentsTextPerhaps
fromStrict . encodeUtf8 <$> mockGetContentsText
hs/src/HelVM/HelIO/IO/MockIO.hs:109:23-63: Warning: Functor law
Found
Found
fromStrict <$> toText <$> mockGetContentsPerhaps
fromStrict . toText <$> mockGetContents