Dmitry Boulytchev 2020-09-23 01:39:38 +03:00
parent 4c736914d4
commit 2f640fdc68
9 changed files with 29 additions and 3 deletions

View 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)