Skip to content

Commit

Permalink
fixup: foldl' warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
harendra-kumar committed Jul 17, 2024
1 parent a82bb60 commit d90f9bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/lib/Streamly/Test/Prelude/Common.hs
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,8 @@ import Control.Monad (when)
import Control.Monad.Catch (throwM, MonadThrow)
import Data.IORef ( IORef, atomicModifyIORef', modifyIORef', newIORef
, readIORef, writeIORef)
import Data.Foldable
(elem, foldl, foldMap, foldr, length, maximum, minimum, null, product, sum)
import Data.List
( delete
, deleteBy
Expand Down

0 comments on commit d90f9bb

Please sign in to comment.