Parcourir la source

Create the data type List

DricomDragon il y a 5 ans
Parent
commit
11c79ba97d
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      list.hs

+ 2 - 0
list.hs

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