Skip to content

Commit

Permalink
Update quint/src/effects/substitutions.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Pani <[email protected]>
  • Loading branch information
bugarela and thpani authored Oct 4, 2023
1 parent 8e1cc3c commit 355342d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quint/src/effects/substitutions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export function applySubstitution(subs: Substitutions, e: Effect): Either<ErrorT

return result.map(simplify).chain(r => {
if (!isEqual(r, e)) {
// Keep reaplying the substitutions until the effect is unchanged.
// Keep re-applying the substitutions until the effect is unchanged.
// Useful when substitutions have a transitive pattern [ a |-> b, b |-> c ]
return applySubstitution(subs, r)
}
Expand Down

0 comments on commit 355342d

Please sign in to comment.