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 83ca369 commit 6cbce09Copy full SHA for 6cbce09
kore/src/Kore/Step/Simplification/AndTerms.hs
@@ -491,9 +491,7 @@ variableFunctionAnd second unifyData =
491
VariableFunctionAnd1 v -> return $ Pattern.assign (inject v) second
492
VariableFunctionAnd2 v -> return $ Pattern.withCondition second result
493
where
494
- result =
495
- Condition.fromSingleSubstitution
496
- (Substitution.assign (inject v) second)
+ result = Condition.assign (inject v) second
497
498
{- | Matches
499
0 commit comments