Revision 2d37a1e1
Added by Pierre-Loïc Garoche over 6 years ago
regression_tests/lustre_files/success/kind_fmcad08/simulation/cd.lus | ||
---|---|---|
30 | 30 |
ok = true -> (pre cpt<=7); |
31 | 31 |
tel |
32 | 32 |
|
33 |
--@ ensures OK; |
|
34 | 33 |
node top(diff:int) returns (OK: bool); |
34 |
--@ contract guarantees OK; |
|
35 | 35 |
var speed: int; |
36 | 36 |
plus,minus,realistic: bool; |
37 | 37 |
let |
Also available in: Unified diff
Renaminig lustre contracts from ensures to guarantees
Will require the latest cocospec branch to compile (before it is integrated in the unstable/master branches)