This website works better with JavaScript
Accueil
Explorer
Aide
Connexion
CNI
/
HaskellCourse
Suivre
3
Voter
0
Fork
0
Fichiers
Tickets
0
Pull Requests
0
Wiki
Parcourir la source
Create data Nat
Handle an integer with Peano arithmetic
DricomDragon
il y a 5 ans
Parent
0aa2aebfc3
commit
e1135c8da8
1 fichiers modifiés
avec
2 ajouts
et
0 suppressions
Vue séparée
Afficher les stats Diff
2
0
peano.hs
+ 2
- 0
peano.hs
Voir le fichier
@@ -0,0 +1,2 @@
+data Nat = Zero | Succ Nat
+