Return Styles: Pseud0ch, Terminal, Valhalla, NES, Geocities, Blue Moon. Entire thread

<>

Name: Anonymous 2008-01-12 14:24

or != ?

Personally, I prefer != because not all inequalities can be described by a combination of less than and greater than.

Name: Anonymous 2008-01-13 6:05


GHCi, version 6.8.2: http://www.haskell.org/ghc/  :? for help
Loading package base ... linking ... done.
Prelude> let a ≠ b = a /= b
Prelude> :t (≠)
(≠) :: (Eq a) => a -> a -> Bool
Prelude> 1 ≠ 1
False
Prelude> 1 ≠ 2
True

Newer Posts
Don't change these.
Name: Email:
Entire Thread Thread List