Skip to content

Commit edc8e6f

Browse files
committed
Fix imports
1 parent f7181d3 commit edc8e6f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

booster/library/Booster/Syntax/Json/Internalise.hs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ module Booster.Syntax.Json.Internalise (
2424
textToBS,
2525
trm,
2626
handleBS,
27-
asEquations,
2827
TermOrPredicates (..),
2928
InternalisedPredicates (..),
3029
PatternOrTopOrBottom (..),

booster/library/Booster/Syntax/ParsedKore/Internalise.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ import Booster.Definition.Base as Def
5454
import Booster.Pattern.Base (Predicate (Predicate), Variable (..))
5555
import Booster.Pattern.Base qualified as Def
5656
import Booster.Pattern.Base qualified as Def.Symbol (Symbol (..))
57-
import Booster.Pattern.Bool (foldAndBool, pattern TrueBool)
57+
import Booster.Pattern.Bool (asEquations, foldAndBool, pattern TrueBool)
5858
import Booster.Pattern.Index as Idx
5959
import Booster.Pattern.Pretty
6060
import Booster.Pattern.Util qualified as Util

0 commit comments

Comments
 (0)