This website works better with JavaScript
Home
Explore
Help
Sign In
CNI
/
HaskellCourse
Watch
3
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
Implement function ispal
DricomDragon
5 years ago
parent
3f12d02369
commit
d7a0019652
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
hpal.hs
+ 1
- 1
hpal.hs
View File
@@ -1,6 +1,6 @@
r _ = 1
-ispal n =
True
+ispal n =
r n == n
hpal n =
if ispal n