Make interpretSpec/3 private again

This commit is contained in:
Chris Smowton
2021-06-28 10:41:31 +01:00
parent c94c69415f
commit 28ab4c083b
2 changed files with 2 additions and 2 deletions

View File

@@ -650,7 +650,7 @@ module Private {
interpretSpec(spec, 0, stack)
}
predicate interpretSpec(string spec, int idx, SummaryComponentStack stack) {
private predicate interpretSpec(string spec, int idx, SummaryComponentStack stack) {
exists(string c |
relevantSpec(spec) and
specLength(spec, idx + 1) and