mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
Fixed bug in patters, pattern matching and tests
This commit is contained in:
parent
3e2c87d42f
commit
897af34aa9
7 changed files with 21 additions and 15 deletions
|
|
@ -13,7 +13,7 @@ fun f (l) {
|
|||
local x = read ();
|
||||
|
||||
write (f ({}));
|
||||
write (f ({1}));
|
||||
write (f (1:{}));
|
||||
write (f ({1, 1}));
|
||||
write (f ({1, 1, 1}));
|
||||
write (f ({1, 2, 1}))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue