Ver Fonte

Create the data type List

DricomDragon há 5 anos atrás
pai
commit
11c79ba97d
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      list.hs

+ 2 - 0
list.hs

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