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
Implement function ispal
DricomDragon
hace 5 años
padre
3f12d02369
commit
d7a0019652
Se han
modificado 1 ficheros
con
1 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
1
1
hpal.hs
+ 1
- 1
hpal.hs
Ver fichero
@@ -1,6 +1,6 @@
r _ = 1
-ispal n =
True
+ispal n =
r n == n
hpal n =
if ispal n