Project

General

Profile

« Previous | Next » 

Revision 2d37a1e1

Added by Pierre-Loïc Garoche over 6 years ago

Renaminig lustre contracts from ensures to guarantees
Will require the latest cocospec branch to compile (before it is integrated in the unstable/master branches)

View differences:

regression_tests/lustre_files/success/kind_fmcad08/protocol/swimmingpool_3.lus
81 81

  
82 82
tel
83 83

  
84
--@ ensures OK;
85 84
node top(e1, e2, e3, e4, e5, e6 : bool;init_p1, init_p2 : int)
86 85
returns ( OK : bool );
86
--@ contract guarantees OK;
87 87
    var x1, x2, x3, x4, x5, x6, x7, p1, p2 : int;
88 88
        env : bool;
89 89
let

Also available in: Unified diff