diff options
author | dos-reis <gdr@axiomatics.org> | 2013-05-22 00:52:15 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2013-05-22 00:52:15 +0000 |
commit | 8ff37e0a47d82acde264075f21e2260a6c1a8b79 (patch) | |
tree | c88b33b8434b323cf5586a74cfa6aedabbd3f356 /src/algebra/exposed.lsp.pamphlet | |
parent | 4d2e40994f313341a18c6a488826e5c79ed0ee6b (diff) | |
download | open-axiom-8ff37e0a47d82acde264075f21e2260a6c1a8b79.tar.gz |
* algebra/aggcat.spad.pamphlet (ShallowlyMutableAggregate): Extend
Aggregate only. Adjust users.
(BagAggregate): Explicitly extend HomogeneousAggregate.
(AssociationListAggregate): Extend ShallowlyMutableAggregate.
Diffstat (limited to 'src/algebra/exposed.lsp.pamphlet')
-rw-r--r-- | src/algebra/exposed.lsp.pamphlet | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/algebra/exposed.lsp.pamphlet b/src/algebra/exposed.lsp.pamphlet index 983557ab..c059742a 100644 --- a/src/algebra/exposed.lsp.pamphlet +++ b/src/algebra/exposed.lsp.pamphlet @@ -1097,6 +1097,7 @@ (|AlgebraicallyClosedField&| . ACF-) (|AlgebraicallyClosedFunctionSpace&| . ACFS-) (|ArcTrigonometricFunctionCategory&| . ATRIG-) + (|AssociationListAggregate&| . ALAGG-) (|BagAggregate&| . BGAGG-) (|BasicType&| . BASTYPE-) (|BinaryRecursiveAggregate&| . BRAGG-) |