All hints

All files

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

hs/src/HelVM/HelMA/Automata/ETA/OperandParsers.hs:30:18-54: Warning: Redundant <$>
Found
loopM act =<< (([],) <$> nextIM iu)
Perhaps
loopM act . ([],) =<< nextIM iu