Skip to content

Commit

Permalink
Remove redundant imports
Browse files Browse the repository at this point in the history
  • Loading branch information
yairchu committed Sep 7, 2024
1 parent 01ce64a commit bc6a101
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Hyper/TH/Apply.hs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ module Hyper.TH.Apply
, makeHApplicativeBases
) where

import Control.Applicative (liftA2)
import qualified Control.Lens as Lens
import Hyper.Class.Apply (HApply (..))
import Hyper.TH.Functor (makeHFunctor)
Expand Down
1 change: 0 additions & 1 deletion test/AlphaEqTest.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module AlphaEqTest (test) where

import qualified Control.Lens as Lens
import Control.Lens.Operators
import Control.Monad.RWS
import Control.Monad.ST (runST)
import Data.Functor.Identity (Identity (..))
import qualified Data.Map as Map
Expand Down

0 comments on commit bc6a101

Please sign in to comment.