Skip to content

Commit 7e18397

Browse files
simple constructor and print not working
1 parent 258882d commit 7e18397

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

tests/strict/cc2.lm

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

1111
main := (
12-
(let x (SCons(
13-
(close(SAtom( 'an-atom_s )))
14-
(close(SNil))
15-
)))
12+
(let x SNil)
13+
# (let x (SCons(
14+
# (close(SAtom( 'an-atom_s )))
15+
# (close(SNil))
16+
# )))
1617
(print x)
1718
);

0 commit comments

Comments
 (0)