Skip to content

Commit

Permalink
Fix warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-tielen committed Jan 3, 2024
1 parent e441c84 commit 0bbad9a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion lib/Language/Souffle/Compiled.hs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ module Language.Souffle.Compiled
) where

import Prelude hiding ( init )
import Control.Monad ( when )
import Control.Monad.State.Strict
import Data.Foldable ( traverse_ )
import Data.Functor.Identity
Expand Down
1 change: 0 additions & 1 deletion lib/Language/Souffle/Interpreted.hs
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ import Data.Kind (Type, Constraint)

import Control.DeepSeq (deepseq)
import Control.Exception (ErrorCall(..), throwIO, bracket)
import Control.Monad (forM, forM_, (<$!>))
import Control.Monad.State.Strict
import Data.IORef
import Data.Foldable (traverse_)
Expand Down

0 comments on commit 0bbad9a

Please sign in to comment.