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

Neil Mitchell ndmitchell at gmail.com
Mon May 28 21:03:43 EDT 2007


Hi

> What is the C equivalent of the inequality operator in Haskell?

/=

You can answer these sorts of questions yourself using Hoogle:

http://www.haskell.org/hoogle/?q=a%20-%3E%20a%20-%3E%20Bool

Thanks

Neil


More information about the Haskell-Cafe mailing list