diff options
author | dos-reis <gdr@axiomatics.org> | 2010-06-17 12:05:08 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2010-06-17 12:05:08 +0000 |
commit | cffd2746785e6b40b8d4f2b44ab0b4a936cd6f24 (patch) | |
tree | f8e07d4aec2074aa3656dc0aa70a13e9923778ef /src/ChangeLog | |
parent | 10470f0842cd1881d10778985b272f7c07aae524 (diff) | |
download | open-axiom-cffd2746785e6b40b8d4f2b44ab0b4a936cd6f24.tar.gz |
* algebra/vector.spad.pamphlet (DirectProductCategory): Extend
AbelianMonoid if element type satisfies AbelianMonoid.
Extend AbelianGroup if element type satisfies AbelianGroup.
Extend Module R if R satisfies CommutativeRing; remove bogus
Algebra R and CommutativeRing extension.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e7aee0b7..43a94005 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,13 @@ 2010-06-17 Gabriel Dos Reis <gdr@cs.tamu.edu> + * algebra/vector.spad.pamphlet (DirectProductCategory): Extend + AbelianMonoid if element type satisfies AbelianMonoid. + Extend AbelianGroup if element type satisfies AbelianGroup. + Extend Module R if R satisfies CommutativeRing; remove bogus + Algebra R and CommutativeRing extension. + +2010-06-17 Gabriel Dos Reis <gdr@cs.tamu.edu> + * algebra/strap/DIFRING-.lsp: Remove. 2010-06-17 Gabriel Dos Reis <gdr@cs.tamu.edu> |