Revision 2d37a1e1
Added by Pierre-Loïc Garoche over 6 years ago
regression_tests/lustre_files/success/kind_fmcad08/memory1/DRAGON_1.lus | ||
---|---|---|
92 | 92 |
pre invalid; |
93 | 93 |
tel |
94 | 94 |
|
95 |
--@ ensures OK; |
|
96 | 95 |
node top( e01, e02, e03, e04, e05, e06, e07, e08, e09, e10, e11, e12 : bool; |
97 | 96 |
init_invalid : int ) returns ( OK : bool ); |
97 |
--@ contract guarantees OK; |
|
98 | 98 |
var exclusive, shared, shared_dirty, dirty, invalid : int; |
99 | 99 |
erreur : bool; |
100 | 100 |
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)