File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed
booster/library/Booster/Pattern Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change 1
1
{-# LANGUAGE DeriveTraversable #-}
2
- {-# LANGUAGE InstanceSigs #-}
3
2
{-# LANGUAGE MultiWayIf #-}
4
3
{-# LANGUAGE PatternSynonyms #-}
5
4
{-# LANGUAGE RankNTypes #-}
@@ -70,7 +69,6 @@ import Booster.Pattern.Pretty
70
69
import Booster.Pattern.Util
71
70
import Booster.Prettyprinter
72
71
import Booster.SMT.Interface qualified as SMT
73
- import Booster.SMT.Runner qualified as SMT
74
72
import Booster.Syntax.Json.Externalise (externalisePredicate , externaliseSort , externaliseTerm )
75
73
import Booster.Util (Flag (.. ))
76
74
@@ -883,9 +881,6 @@ performRewrite rewriteConfig pat = do
883
881
emitRewriteTrace $ RewriteSimplified (Just other)
884
882
pure $ Just p
885
883
886
- simplifyRulePredicate :: Predicate -> io Predicate
887
- simplifyRulePredicate = undefined
888
-
889
884
-- Results may change when simplification prunes a false side
890
885
-- condition, otherwise this would mainly be fmap simplifyP
891
886
simplifyResult ::
You can’t perform that action at this time.
0 commit comments