Revision 2d37a1e1
Added by Pierre-Loïc Garoche over 6 years ago
regression_tests/lustre_files/success/kind_fmcad08/memory2/ILLINOIS_all.lus | ||
---|---|---|
79 | 79 |
|
80 | 80 |
tel |
81 | 81 |
|
82 |
--@ ensures OK; |
|
83 | 82 |
node top(e1, e2, e3, e4, e5, e6, e7, e8, e9 : bool; init_invalid : int) |
84 | 83 |
returns( OK : bool); |
84 |
--@ contract guarantees OK; |
|
85 | 85 |
var invalid, dirty, exclusive, shared : int; |
86 | 86 |
env : bool; |
87 | 87 |
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)