Talk:Palindrome detection: Difference between revisions

Content added Content deleted
No edit summary
(Spaces and punctuation)
Line 1: Line 1:
==Spaces and punctuation==
The task specification states both:"The function must not ignore spaces and punctuations" and later:
"you must make it all the same case and strip spaces".

So ignore or strip spaces - what should be done? --[[User:Paddy3118|Paddy3118]] 20:56, 5 December 2008 (UTC)

==Haskell recursive solution note==
==Haskell recursive solution note==