ソースを参照

Create the data type List

DricomDragon 5 年 前
コミット
11c79ba97d
1 ファイル変更2 行追加0 行削除
  1. 2 0
      list.hs

+ 2 - 0
list.hs

@@ -0,0 +1,2 @@
+data List = Ground | Leaf Integer List
+