We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3b3d41 commit c669494Copy full SHA for c669494
1 file changed
src/EVM/Opcode/Labelled.hs
@@ -23,7 +23,7 @@ module EVM.Opcode.Labelled
23
) where
24
25
import Data.Function (fix)
26
-import Data.List (foldl', group, sort)
+import Data.List (group, sort)
27
import Data.Map (Map)
28
import qualified Data.Map as Map
29
import Data.Maybe (mapMaybe)
0 commit comments