|
|
|
last edited 17 years ago by gdr |
| 1 2 3 4 | ||
|
Editor: Bill Page
Time: 2008/06/17 14:34:47 GMT-7 |
||
| Note: | ||
added:
From BillPage Tue Jun 17 14:34:47 -0700 2008
From: Bill Page
Date: Tue, 17 Jun 2008 14:34:47 -0700
Subject:
Message-ID: <20080617143447-0700@axiom-wiki.newsynthesis.org>
Axiom Version: => /usr/local/lib/open-axiom/x86_64-unknown-linux/1.2.0-2008-05-25
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 LISP output: (UNPRINTABLE . UNPRINTABLE)
axiom%::Boolean Internal Error The function = with signature (%,%) -> Boolean is missing from domain Domain