
18 Feb
2012
18 Feb
'12
3:16 p.m.
Hello. I'm wondering what " (Eq a) =>" part in the code below does.. I couldn't figure it myself.. Thanks in advance :) isPalindrome :: (Eq a) => [a] -> Bool isPalindrome xs = xs == (reverse xs)