Use new interpretSpec/2 predicate where appropriate

This commit is contained in:
Chris Smowton
2021-06-29 15:41:38 +01:00
parent 28ab4c083b
commit 92ab650b7d

View File

@@ -688,8 +688,8 @@ module Private {
) {
exists(string inSpec, string outSpec, string kind |
summaryElement(this, inSpec, outSpec, kind) and
interpretSpec(inSpec, 0, input) and
interpretSpec(outSpec, 0, output)
interpretSpec(inSpec, input) and
interpretSpec(outSpec, output)
|
kind = "value" and preservesValue = true
or