diff options
author | dos-reis <gdr@axiomatics.org> | 2013-05-08 22:49:20 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2013-05-08 22:49:20 +0000 |
commit | 146c880a873a04fc433125646dd998882354f1c5 (patch) | |
tree | d3c5d821eb7295718e13fbf4af50b1f602e8226a /src/ChangeLog | |
parent | cddf510296900897a19d67614e4cf4e145da8646 (diff) | |
download | open-axiom-146c880a873a04fc433125646dd998882354f1c5.tar.gz |
Almost pure function bodies are now %redex forms
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6ebef4bb..eb9daa09 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2013-05-08 Gabriel Dos Reis <gdr@integrable-solutions.net> + + * interp/c-util.boot (almostPure?): New. + (foldExportedFunctionReferences): Use it. + 2013-05-07 Gabriel Dos Reis <gdr@integrable-solutions.net> * algebra/vector.spad.pamphlet (LinearElement) [corodinates]: Tidy. |