surete tp1

This commit is contained in:
JOLIMAITRE Matthieu 2024-03-10 21:33:20 +01:00
parent 41bc6fdbf2
commit a85bb57d9a
12 changed files with 199 additions and 0 deletions

View file

@ -0,0 +1,13 @@
node always
(i: bool)
returns
(o: bool);
var
V4_prev: bool;
let
o = (if i then V4_prev else false);
V4_prev = (true -> (pre o));
tel