Idris2Doc : Data.DEq.Operators

Data.DEq.Operators

(source)
Module with operators for the `DEq` intrerface
I put them in a separate module to make it possible to avoid name
ambiguities.

Definitions

(==) : DEqf=>fa->fb->Bool
  Compare the operands and ignore the equality proof
Alias for `deq'`

Visibility: export
Fixity Declaration: infix operator, level 6
(/=) : DEqf=>fa->fb->Bool
  Decide the inequality of the operands
Alias for `ngeq'`

Visibility: export
Fixity Declaration: infix operator, level 6