File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
booster/library/Booster/Syntax Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ module Booster.Syntax.Json.Internalise (
24
24
textToBS ,
25
25
trm ,
26
26
handleBS ,
27
- asEquations ,
28
27
TermOrPredicates (.. ),
29
28
InternalisedPredicates (.. ),
30
29
PatternOrTopOrBottom (.. ),
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ import Booster.Definition.Base as Def
54
54
import Booster.Pattern.Base (Predicate (Predicate ), Variable (.. ))
55
55
import Booster.Pattern.Base qualified as Def
56
56
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 )
58
58
import Booster.Pattern.Index as Idx
59
59
import Booster.Pattern.Pretty
60
60
import Booster.Pattern.Util qualified as Util
You can’t perform that action at this time.
0 commit comments