626b6cad3f
- ckannot.ept : bug with clock annotations handling in Normalize (corrected) - threestates.ept : handling of merges in Normalize (corrected)
5 lines
69 B
Text
5 lines
69 B
Text
node f(x:int;c:bool) returns (y:int)
|
|
let
|
|
y = (x :: .) when c;
|
|
tel
|
|
|