Question: IN HASKELL Declare the type and define a function that takes a string of characters as input and check if it is palindrome. Remember length
IN HASKELL
Declare the type and define a function that takes a string of characters as input and check if it is palindrome. Remember length of a palindrome strings could be odd or even. The strings abccba and amn?nma are palindrome. But abcbca and amn?anm are not palindrome. Note: please use only recursion. Do not use reverse function of library.
IN HASKELL
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
