ideas-1.1: Feedback services for intelligent tutoring systems

Safe HaskellSafe-Inferred

Ideas.Text.OpenMath.Dictionary.Relation1

Synopsis

Documentation

relation1List :: [Symbol]Source

List of symbols defined in relation1 dictionary

eqSymbol :: SymbolSource

This symbol represents the binary equality function.

ltSymbol :: SymbolSource

This symbol represents the binary less than function which returns true if the first argument is less than the second, it returns false otherwise.

gtSymbol :: SymbolSource

This symbol represents the binary greater than function which returns true if the first argument is greater than the second, it returns false otherwise.

neqSymbol :: SymbolSource

This symbol represents the binary inequality function.

leqSymbol :: SymbolSource

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.

geqSymbol :: SymbolSource

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 :: SymbolSource

This symbol is used to denote the approximate equality of its two arguments.