Skip to content

Commit ca8c694

Browse files
need to select a representation for intermediate values
1 parent 1de3251 commit ca8c694

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tests/strict/cc2.lm

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ echo := λ(: x U64). (: (
88
x
99
) U64);
1010

11-
main := (
12-
(let x SNil)
11+
main := (tail(
1312
# (let x (SCons(
1413
# (close(SAtom( 'an-atom_s )))
15-
# (close(SNil))
14+
(close(SNil))
15+
()
1616
# )))
17-
(print x)
18-
);
17+
# (print x)
18+
));

0 commit comments

Comments
 (0)