diff options
Diffstat (limited to 'examples/list-test.fusp')
-rw-r--r-- | examples/list-test.fusp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/list-test.fusp b/examples/list-test.fusp new file mode 100644 index 0000000..e71e07d --- /dev/null +++ b/examples/list-test.fusp @@ -0,0 +1,2 @@ +main = flatten [[1:[2:[3:[]]]]:[[4:[5:[6:[]]]]:[]]]; +main = append [1:[2:[3:[]]]] [4:[5:[6:[]]]]; |