Skip to content

Commit 097f048

Browse files
committed
lint: remove redundant import
1 parent 7e2378d commit 097f048

File tree

1 file changed

+0
-1
lines changed
  • lambda-buffers-compiler/src/LambdaBuffers/Compiler

1 file changed

+0
-1
lines changed

lambda-buffers-compiler/src/LambdaBuffers/Compiler/KindCheck.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ import Control.Monad.Freer.Reader (Reader, ask, runReader)
1919
import Control.Monad.Freer.State (State, evalState, get, modify)
2020
import Control.Monad.Freer.TH (makeEffect)
2121
import Data.Foldable (traverse_)
22-
import Data.Functor ((<&>))
2322
import Data.List.NonEmpty (NonEmpty ((:|)), uncons, (<|))
2423
import Data.List.NonEmpty qualified as NonEmpty
2524
import Data.Map (Map)

0 commit comments

Comments
 (0)