[pre propagation] done.

This commit is contained in:
Arnaud DABY-SEESARAM
2022-12-13 14:25:48 +01:00
parent e9d586dfe7
commit 51ed84504f
7 changed files with 87 additions and 25 deletions

4
src/test_pre.node Normal file
View File

@@ -0,0 +1,4 @@
node n2 (i: int) returns (o: bool);
let
o = pre (true and pre( i = pre(pre(i))));
tel