aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/strap
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2010-10-27 10:34:30 +0000
committerdos-reis <gdr@axiomatics.org>2010-10-27 10:34:30 +0000
commitfcf66dc98318f5ced7ba150f04aef50b69d8cd48 (patch)
tree7b18b79b442220ba662f368a735e6160f453d6cf /src/algebra/strap
parent88431a10d86db0b69fb67339dcacf088d005482b (diff)
downloadopen-axiom-fcf66dc98318f5ced7ba150f04aef50b69d8cd48.tar.gz
* algebra/boolean.spad.pamphlet (BooleanLogic): Extends Logic.
Diffstat (limited to 'src/algebra/strap')
-rw-r--r--src/algebra/strap/BOOLEAN.lsp9
-rw-r--r--src/algebra/strap/SINT.lsp14
2 files changed, 11 insertions, 12 deletions
diff --git a/src/algebra/strap/BOOLEAN.lsp b/src/algebra/strap/BOOLEAN.lsp
index 30c0079c..370802b3 100644
--- a/src/algebra/strap/BOOLEAN.lsp
+++ b/src/algebra/strap/BOOLEAN.lsp
@@ -197,12 +197,13 @@
172 < 178 |/\\| 184)
'NIL
(CONS (|makeByteWordVec2| 1 '(0 0 0 0 0 0 0 0 0 0 0 0))
- (CONS '#(NIL NIL NIL NIL |SetCategory&| |OrderedType&|
- NIL |Logic&| |BasicType&| NIL NIL NIL)
+ (CONS '#(NIL NIL NIL NIL NIL |SetCategory&|
+ |OrderedType&| |Logic&| |BasicType&| NIL NIL
+ NIL)
(CONS '#((|OrderedFinite|) (|OrderedSet|)
(|PropositionalLogic|) (|Finite|)
- (|SetCategory|) (|OrderedType|)
- (|BooleanLogic|) (|Logic|) (|BasicType|)
+ (|BooleanLogic|) (|SetCategory|)
+ (|OrderedType|) (|Logic|) (|BasicType|)
(|ConvertibleTo| 33) (|Type|)
(|CoercibleTo| 35))
(|makeByteWordVec2| 38
diff --git a/src/algebra/strap/SINT.lsp b/src/algebra/strap/SINT.lsp
index fa11e006..e6b37647 100644
--- a/src/algebra/strap/SINT.lsp
+++ b/src/algebra/strap/SINT.lsp
@@ -627,12 +627,11 @@
|Ring&| NIL NIL NIL NIL NIL NIL
|AbelianGroup&| NIL NIL NIL NIL NIL
|AbelianMonoid&| |Monoid&| NIL NIL NIL NIL NIL
- NIL |AbelianSemiGroup&| |SemiGroup&| NIL
+ NIL |AbelianSemiGroup&| |SemiGroup&| NIL NIL
|DifferentialSpace&| |OrderedType&|
- |SetCategory&| |Logic&| NIL NIL
- |RetractableTo&| |DifferentialDomain&|
- |BasicType&| NIL NIL NIL NIL NIL NIL NIL NIL
- NIL NIL NIL)
+ |SetCategory&| |Logic&| NIL |RetractableTo&|
+ |DifferentialDomain&| |BasicType&| NIL NIL NIL
+ NIL NIL NIL NIL NIL NIL NIL NIL)
(CONS '#((|IntegerNumberSystem|)
(|EuclideanDomain|)
(|UniqueFactorizationDomain|)
@@ -660,11 +659,10 @@
(|LeftLinearSet| $$)
(|RightLinearSet| $$)
(|AbelianSemiGroup|) (|SemiGroup|)
- (|LeftLinearSet| 5)
+ (|LeftLinearSet| 5) (|BooleanLogic|)
(|DifferentialSpace|) (|OrderedType|)
(|SetCategory|) (|Logic|)
- (|BooleanLogic|) (|RealConstant|)
- (|RetractableTo| 5)
+ (|RealConstant|) (|RetractableTo| 5)
(|DifferentialDomain| $$) (|BasicType|)
(|OpenMath|) (|ConvertibleTo| 100)
(|ConvertibleTo| 101)