This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
CNI
/
HaskellCourse
Seguir
3
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
Implement function ispal
DricomDragon
%!s(int64=5) %!d(string=hai) anos
pai
3f12d02369
achega
d7a0019652
Modificáronse 1 ficheiros
con
1 adicións
e
1 borrados
Dividir vista
Mostrar estatísticas de Diff
1
1
hpal.hs
+ 1
- 1
hpal.hs
Ver ficheiro
@@ -1,6 +1,6 @@
r _ = 1
-ispal n =
True
+ispal n =
r n == n
hpal n =
if ispal n