surete tp1
This commit is contained in:
parent
41bc6fdbf2
commit
a85bb57d9a
12 changed files with 199 additions and 0 deletions
14
surete/tp1/temp_prop/always_since.ec
Normal file
14
surete/tp1/temp_prop/always_since.ec
Normal file
|
@ -0,0 +1,14 @@
|
|||
node always_since
|
||||
(a: bool;
|
||||
b: bool)
|
||||
returns
|
||||
(o: bool);
|
||||
|
||||
var
|
||||
V9_prev_o: bool;
|
||||
|
||||
let
|
||||
o = (if b then a else (V9_prev_o and a));
|
||||
V9_prev_o = (false -> (pre o));
|
||||
tel
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue