aboutsummaryrefslogtreecommitdiff
path: root/src/algebra/aggcat.spad.pamphlet
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-05-19 19:54:24 +0000
committerdos-reis <gdr@axiomatics.org>2013-05-19 19:54:24 +0000
commit070cfd40cc4752cdc20783038fcbdbe9fcc07eff (patch)
treef24f426e5175435fcc2dcc19d7664bdea0441afa /src/algebra/aggcat.spad.pamphlet
parentd9777ce9dcd2bcde348bba152d4667559b025d9d (diff)
downloadopen-axiom-070cfd40cc4752cdc20783038fcbdbe9fcc07eff.tar.gz
* algebra/newdata.spad.pamphlet (SplittingTree): Include
ShallowlyMutableAggregate S in exports. * algebra/polset.spad.pamphlet (GeneralPolynomialSet): Inlcude ShallowlyMutableAggregate P. * algebra/triset.spad.pamphlet (TriangularSetCategory): Likewise.
Diffstat (limited to 'src/algebra/aggcat.spad.pamphlet')
-rw-r--r--src/algebra/aggcat.spad.pamphlet2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/algebra/aggcat.spad.pamphlet b/src/algebra/aggcat.spad.pamphlet
index af8b3dcb..debba8c1 100644
--- a/src/algebra/aggcat.spad.pamphlet
+++ b/src/algebra/aggcat.spad.pamphlet
@@ -1975,7 +1975,7 @@ import FiniteLinearAggregate
++ Description:
++ One-dimensional-array aggregates serves as models for one-dimensional arrays.
++ Categorically, these aggregates are finite linear aggregates
-++ with the \spadatt{shallowlyMutable} property, that is, any component of
+++ with the shallowly mutable property, that is, any component of
++ the array may be changed without affecting the
++ identity of the overall array.
++ Array data structures are typically represented by a fixed area in storage and