Browse Source

Create the data type List

DricomDragon 5 years ago
parent
commit
11c79ba97d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      list.hs

+ 2 - 0
list.hs

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