JS: Generate summaries from summaryModel, and only generate steps as a fallback

This commit is contained in:
Asger F
2025-05-01 15:22:38 +02:00
parent 0fc1ae272e
commit a44bdf3be2
3 changed files with 48 additions and 4 deletions

View File

@@ -264,3 +264,7 @@ module Stage {
cached
predicate backref() { optionalStep(_, _, _) }
}
predicate unsupportedCallable = Private::unsupportedCallable/1;
predicate unsupportedCallable = Private::unsupportedCallable/4;