mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-24 15:48:47 +00:00
This commit is contained in:
parent
4c736914d4
commit
2f640fdc68
9 changed files with 29 additions and 3 deletions
5
stdlib/regression/test32.lama
Normal file
5
stdlib/regression/test32.lama
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
import List;
|
||||
import Array;
|
||||
|
||||
printf ("Flattening: %s\n", deepFlatten ({}).string);
|
||||
printf ("Flattening: %s\n", deepFlatten ({{A}, {B, {C}, D}}).string)
|
||||
Loading…
Add table
Add a link
Reference in a new issue