Sync files.

This commit is contained in:
Michael Nebel
2023-01-04 10:49:35 +01:00
parent 8112058a0a
commit 67cbe38255
5 changed files with 30 additions and 5 deletions

View File

@@ -261,10 +261,15 @@ module Public {
NeutralCallable() { neutralElement(this, _) }
/**
* Holds if the neutral is auto generated.
* Holds if the neutral is auto generated.
*/
predicate isAutoGenerated() { neutralElement(this, "generated") }
/**
* Holds if there exists a manual neutral that applies to `this`.
*/
final predicate isManual() { this.hasProvenance("manual") }
/**
* Holds if the neutral has provenance `provenance`.
*/