Skip to content

Commit

Permalink
Fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
geo2a committed Oct 16, 2024
1 parent 9ffac4a commit 2f48df9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion booster/library/Booster/Syntax/Json/Internalise.hs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ module Booster.Syntax.Json.Internalise (
textToBS,
trm,
handleBS,
asEquations,
TermOrPredicates (..),
InternalisedPredicates (..),
PatternOrTopOrBottom (..),
Expand Down
2 changes: 1 addition & 1 deletion booster/library/Booster/Syntax/ParsedKore/Internalise.hs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ import Booster.Definition.Base as Def
import Booster.Pattern.Base (Predicate (Predicate), Variable (..))
import Booster.Pattern.Base qualified as Def
import Booster.Pattern.Base qualified as Def.Symbol (Symbol (..))
import Booster.Pattern.Bool (foldAndBool, pattern TrueBool)
import Booster.Pattern.Bool (asEquations, foldAndBool, pattern TrueBool)
import Booster.Pattern.Index as Idx
import Booster.Pattern.Pretty
import Booster.Pattern.Util qualified as Util
Expand Down

0 comments on commit 2f48df9

Please sign in to comment.