Skip to content

Commit

Permalink
Merge pull request #46 from msakai/remove-unnecessary-imports
Browse files Browse the repository at this point in the history
Remove some unnecessary imports to suppress warnings
  • Loading branch information
msakai authored Nov 9, 2024
2 parents d41c47c + f128620 commit 6ac3557
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Codec/TPTP/QuickCheck.hs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ module Codec.TPTP.QuickCheck where

import Test.QuickCheck
import Control.Monad
import Control.Applicative
import Data.Char
import Data.Array.ST
import Data.Array.IArray
Expand Down
1 change: 0 additions & 1 deletion testing/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

module Common where

import Data.Monoid
import qualified Data.Semigroup as Semigroup
import Text.PrettyPrint.ANSI.Leijen
import Text.Regex.PCRE.Light.Char8
Expand Down

0 comments on commit 6ac3557

Please sign in to comment.