浏览代码

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
+