Browse Source

Implement function ispal

DricomDragon 5 years ago
parent
commit
d7a0019652
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hpal.hs

+ 1 - 1
hpal.hs

@@ -1,6 +1,6 @@
 r _ = 1
 
-ispal n = True
+ispal n = r n == n
 
 hpal n = 
 	if ispal n