
29 May
2007
29 May
'07
10:20 a.m.
On 29/05/07, Daniel McAllansmith
Just in case there was some sort of miscommunication, the actual answer to your question is (/=) :: a -> a -> Bool, as Neil said.
Almost, (/=) :: Eq a => a -> a. (Just for completeness.) -- -David House, dmhouse@gmail.com