Re: [Haskell-cafe] The C Equiv of != in Haskell

Thank you Neil, again I'm sorry for getting the wrong end of the stick. Cheers Paul At 02:50 29/05/2007, you wrote:
Hi Paul
Sorry if you interpreted my answer as a symbol, I never use smilies so didn't even consider that people may see it in another light!
Thanks
Neil
On 5/29/07, PR Stanley
wrote: Hi
What is the C equivalent of the inequality operator in Haskell?
/=
You can answer these sorts of questions yourself using Hoogle:
And what makes you think I haven't tried Google already? Unlike you I only write to the list when I have a legitimate reason to do so.
Just in case there was some sort of miscommunication, the actual answer to your question is (/=) :: a -> a -> Bool, as Neil said.
The /= wasn't some sort of frowny, quit-wasting-my-time emoticon. _______________________________________________ Thank you, Dan. Regards Paul
_______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe
participants (1)
-
PR Stanley