predicate definitions should be of type prop
ID0000444: This issue was created automatically from Mantis Issue 444. Further discussion may take place here.
Id | Project | Category | View | Due Date | Updated |
---|---|---|---|---|---|
ID0000444 | Frama-C | Kernel > ACSL implementation | public | 2010-04-08 | 2016-01-26 |
Reporter | cmarche | Assigned To | virgile | Resolution | no change required |
Priority | normal | Severity | minor | Reproducibility | always |
Platform | - | OS | - | OS Version | - |
Product Version | Frama-C Beryllium-20090902 | Target Version | - | Fixed in Version | - |
Description :
In a predicate definition like below
//@ predicate f(integer x) = x+1;
it should be checked that the body of the definition denotes a prop and not a term