diff options
author | dos-reis <gdr@axiomatics.org> | 2008-01-16 04:07:53 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-01-16 04:07:53 +0000 |
commit | f2ed2477feacf51988c6bfd96b487d7261267a28 (patch) | |
tree | 8ae2d1c95ebedbd0e773e19768acce7952eae1e6 /src/ChangeLog | |
parent | f104c88f468bdadc5bf6786512746f10aafbf61a (diff) | |
download | open-axiom-f2ed2477feacf51988c6bfd96b487d7261267a28.tar.gz |
* algebra/boolean.spad.pamphlet (PropositionalLogic): New category.
(Boolean): Assert as belonging to PropositionalLogic.
Update cached Lisp translation.
* algebra/Makefile.pamphlet (axiom_algebra_layer_0): Add
PROPLOG.o
* src/algebra: Update databases.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a99d946c..fafaf259 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,14 @@ 2008-01-15 Gabriel Dos Reis <gdr@cs.tamu.edu> + * algebra/boolean.spad.pamphlet (PropositionalLogic): New category. + (Boolean): Assert as belonging to PropositionalLogic. + Update cached Lisp translation. + * algebra/Makefile.pamphlet (axiom_algebra_layer_0): Add + PROPLOG.o + * src/algebra: Update databases. + +2008-01-15 Gabriel Dos Reis <gdr@cs.tamu.edu> + * algebra/syntax.spad (autoCoerce$Syntax): Add overloads. * interp/compiler.boot (coerceExtraHard): Always coerce by autoCoerce. |