|
|
|
last edited 17 years ago by gdr |
| 1 2 3 4 | ||
|
Editor: Bill Page
Time: 2008/06/17 14:34:21 GMT-7 |
||
| Note: | ||
changed: - OpenAxiom displays 'Equation(Domain)' as:: (3) -> V1=V2 LISP output: (UNPRINTABLE . UNPRINTABLE) Type: Equation Domain (4) -> %::Boolean Internal Error The function = with signature (%,%) -> Boolean is missing from domain Domain and is missing equality. \begin{axiom} V1:=DirectProduct(3+4,Integer) V2:=DirectProduct(7,Integer) V1=V2 %::Boolean (V1=V2)$Domain \end{axiom}
OpenAxiom? displays Equation(Domain) as:
(3) -> V1=V2
LISP output:
(UNPRINTABLE . UNPRINTABLE)
Type: Equation Domain
(4) -> %::Boolean
Internal Error
The function = with signature (%,%) -> Boolean is missing from
domain Domain
and is missing equality.
axiomV1:=DirectProduct(3+4,Integer)
| (1) |
axiomV2:=DirectProduct(7,Integer)
| (2) |
axiomV1=V2 There are 3 exposed and 0 unexposed library operations named equation having 2 argument(s) but none was determined to be applicable. Use HyperDoc Browse, or issue )display op equation to learn more about the available operations. Perhaps package-calling the operation or using coercions on the arguments will allow you to apply the operation. Cannot find a definition or applicable library operation named equation with argument type(s) Domain Domain Perhaps you should use "@" to indicate the required return type, or "$" to specify which version of the function you need. %::Boolean Cannot convert from type Domain to Boolean for value DirectProduct(7,Integer()) (V1=V2)$Domain Domain is not a valid type.