File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
kore/test/Test/Kore/Rewrite Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,6 +26,9 @@ import Kore.Attribute.Pattern.FreeVariables qualified as FreeVariables
26
26
import Kore.Attribute.SourceLocation (
27
27
SourceLocation ,
28
28
)
29
+ import Kore.Attribute.UniqueId (
30
+ UniqueId ,
31
+ )
29
32
import Kore.Internal.Conditional qualified as Conditional
30
33
import Kore.Internal.MultiAnd qualified as MultiAnd
31
34
import Kore.Internal.MultiOr qualified as MultiOr
@@ -37,9 +40,6 @@ import Kore.Internal.Predicate as Predicate (
37
40
makeNotPredicate ,
38
41
makeTruePredicate ,
39
42
)
40
- import Kore.Attribute.UniqueId (
41
- UniqueId ,
42
- )
43
43
import Kore.Internal.Predicate qualified as Predicate
44
44
import Kore.Internal.SideCondition qualified as SideCondition
45
45
import Kore.Internal.Substitution qualified as Substitution
You can’t perform that action at this time.
0 commit comments