Skip to content

Commit

Permalink
prune import
Browse files Browse the repository at this point in the history
  • Loading branch information
vmchale committed May 17, 2024
1 parent d9f142f commit 3ccb38c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/A/I.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module A.I ( RM, UM, ISt (..)
) where

import A
import Control.Monad.State.Strict (State, evalState, gets, modify, runState, state)
import Control.Monad.State.Strict (State, gets, modify, runState, state)
import Data.Bifunctor (second)
import Data.Foldable (traverse_)
import qualified Data.IntMap as IM
Expand Down

0 comments on commit 3ccb38c

Please sign in to comment.