We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1658c36 commit 4dc2cacCopy full SHA for 4dc2cac
kore/test/Test/Kore/Rewrite/RewriteStep.hs
@@ -37,6 +37,9 @@ import Kore.Internal.Predicate as Predicate (
37
makeNotPredicate,
38
makeTruePredicate,
39
)
40
+import Kore.Attribute.UniqueId (
41
+ UniqueId,
42
+ )
43
import Kore.Internal.Predicate qualified as Predicate
44
import Kore.Internal.SideCondition qualified as SideCondition
45
import Kore.Internal.Substitution qualified as Substitution
@@ -144,6 +147,7 @@ unifyRule ::
144
147
Step.UnifyingRuleVariable rule ~ RewritingVariableName =>
145
148
From rule SourceLocation =>
146
149
From rule Label =>
150
+ From rule UniqueId =>
151
Pattern RewritingVariableName ->
152
rule ->
153
IO [Step.UnifiedRule rule]
0 commit comments