diff options
author | dos-reis <gdr@axiomatics.org> | 2011-10-21 08:26:37 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2011-10-21 08:26:37 +0000 |
commit | ce9a3f7062228b84610f0effa0dec5a4e87095f4 (patch) | |
tree | 2ae7eafc43771b8496ec7a98980bbaf196a63b87 /src/ChangeLog | |
parent | 658e0a462f130140a3b18e284a7f5b1e580e1e43 (diff) | |
download | open-axiom-ce9a3f7062228b84610f0effa0dec5a4e87095f4.tar.gz |
* interp/define.boot (compDefineCapsuleFunction): Reimplement
signature inference.
(hasSigInTargetCategory): Implement what the documentation says:
infer the signature from the target category, not local declaration.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2736834b..7e6701ed 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,10 @@ +2011-10-21 Gabriel Dos Reis <gdr@cs.tamu.edu> + + * interp/define.boot (compDefineCapsuleFunction): Reimplement + signature inference. + (hasSigInTargetCategory): Implement what the documentation says: + infer the signature from the target category, not local declaration. + 2011-10-20 Gabriel Dos Reis <gdr@cs.tamu.edu> * interp/define.boot (checkRepresentation): Prepare for general |