Explorar el Código

Create the data type List

DricomDragon hace 5 años
padre
commit
11c79ba97d
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      list.hs

+ 2 - 0
list.hs

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