ZVON > References > Haskell reference
| Indexes | Syntax | >> Prelude << | Ratio | Complex | Numeric | Ix | Array | List | Maybe | Char | Monad | IO | Directory | System | Time | Locale | CPUTime | Random

Module: Prelude
Operator: (/=)
Type: Eq a => a -> a -> Bool
Class: Eq
Priority: 4
Description: Non-equality operator
Related: (==), compare
Keywords: equality

Example 1
Example 1

Input: 2 /= 3

Output: True

Example 2

Input: 2 /= 2

Output: False