This website works better with JavaScript
Inicio
Explorar
Ayuda
Iniciar sesión
CNI
/
HaskellCourse
Seguir
3
Destacar
0
Fork
0
Archivos
Incidencias
0
Pull Requests
0
Wiki
Explorar el Código
Create data Nat
Handle an integer with Peano arithmetic
DricomDragon
hace 5 años
padre
0aa2aebfc3
commit
e1135c8da8
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
2
0
peano.hs
+ 2
- 0
peano.hs
Ver fichero
@@ -0,0 +1,2 @@
+data Nat = Zero | Succ Nat
+