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
Implement function ispal
DricomDragon
il y a 5 ans
Parent
3f12d02369
commit
d7a0019652
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Afficher les stats Diff
1
1
hpal.hs
+ 1
- 1
hpal.hs
Voir le fichier
@@ -1,6 +1,6 @@
r _ = 1
-ispal n =
True
+ispal n =
r n == n
hpal n =
if ispal n