Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Documentation
relation1List :: [Symbol] Source #
List of symbols defined in relation1 dictionary
This symbol represents the binary less than function which returns true if the first argument is less than the second, it returns false otherwise.
This symbol represents the binary greater than function which returns true if the first argument is greater than the second, it returns false otherwise.
This symbol represents the binary less than or equal to function which returns true if the first argument is less than or equal to the second, it returns false otherwise.
This symbol represents the binary greater than or equal to function which returns true if the first argument is greater than or equal to the second, it returns false otherwise.
approxSymbol :: Symbol Source #
This symbol is used to denote the approximate equality of its two arguments.