Skip to main content

All Questions

2 votes
1 answer
693 views

Palidrome checker in haskell

I decided to avoid the trivial isPalindrome lst = lst == reverse lst and tried writing a method with pattern matching and recursion. ...
Caridorc's user avatar
  • 27.8k