Skip to content

Commit

Permalink
hlint and remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
geo2a committed Oct 17, 2024
1 parent e2a2720 commit 57a99d5
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions booster/library/Booster/Pattern/Rewrite.hs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
{-# LANGUAGE DeriveTraversable #-}
{-# LANGUAGE InstanceSigs #-}
{-# LANGUAGE MultiWayIf #-}
{-# LANGUAGE PatternSynonyms #-}
{-# LANGUAGE RankNTypes #-}
Expand Down Expand Up @@ -70,7 +69,6 @@ import Booster.Pattern.Pretty
import Booster.Pattern.Util
import Booster.Prettyprinter
import Booster.SMT.Interface qualified as SMT
import Booster.SMT.Runner qualified as SMT
import Booster.Syntax.Json.Externalise (externalisePredicate, externaliseSort, externaliseTerm)
import Booster.Util (Flag (..))

Expand Down Expand Up @@ -909,9 +907,6 @@ performRewrite rewriteConfig pat = do
emitRewriteTrace $ RewriteSimplified (Just other)
pure $ Just p

simplifyRulePredicate :: Predicate -> io Predicate
simplifyRulePredicate = undefined

-- Results may change when simplification prunes a false side
-- condition, otherwise this would mainly be fmap simplifyP
simplifyResult ::
Expand Down

0 comments on commit 57a99d5

Please sign in to comment.