Sfoglia il codice sorgente

Create the data type List

DricomDragon 5 anni fa
parent
commit
11c79ba97d
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      list.hs

+ 2 - 0
list.hs

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