diff options
author | dos-reis <gdr@axiomatics.org> | 2013-05-13 13:36:34 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2013-05-13 13:36:34 +0000 |
commit | f13c7c6ff91ff3256bb4b24fb64beabfef2ccd2a (patch) | |
tree | 3cafc2a733bebdb79e26063102dacb9e11aae88f /src/ChangeLog | |
parent | ee6014ad79a7499469b3a144e3af839678db1b9e (diff) | |
download | open-axiom-f13c7c6ff91ff3256bb4b24fb64beabfef2ccd2a.tar.gz |
* algebra/array2.spad.pamphlet (InnerTwoDimensionalArray): Inherit
empty? and empty from base domain.
(TwoDimensionalArray): Attribute shallowlyMutable is already
specified by TwoDimensionalArrayCategory.
* algebra/matcat.spad.pamphlet (MatricCategory): Attributes
shallowlyMutable and finiteAggregate are already specified by
TwoDimensionalArrayCategory.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9e2f0283..8cf54e0f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,15 @@ 2013-05-13 Gabriel Dos Reis <gdr@integrable-solutions.net> + * algebra/array2.spad.pamphlet (InnerTwoDimensionalArray): Inherit + empty? and empty from base domain. + (TwoDimensionalArray): Attribute shallowlyMutable is already + specified by TwoDimensionalArrayCategory. + * algebra/matcat.spad.pamphlet (MatricCategory): Attributes + shallowlyMutable and finiteAggregate are already specified by + TwoDimensionalArrayCategory. + +2013-05-13 Gabriel Dos Reis <gdr@integrable-solutions.net> + * algebra/array1.spad.pamphlet (IndexedOneDimensionalArray): Tidy. 2013-05-13 Gabriel Dos Reis <gdr@integrable-solutions.net> |