diff options
author | dos-reis <gdr@axiomatics.org> | 2008-05-20 04:22:58 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-05-20 04:22:58 +0000 |
commit | bdf3f9837adc3a9d6666c38fe0a8a22a79b9bfaa (patch) | |
tree | c112411c303bbc5a4d60d427d751efbd8187c6a8 /src/interp | |
parent | 7123c2aa973a96cfdd8a8afae08830577e66b0ee (diff) | |
download | open-axiom-bdf3f9837adc3a9d6666c38fe0a8a22a79b9bfaa.tar.gz |
Diffstat (limited to 'src/interp')
-rw-r--r-- | src/interp/i-object.boot | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/interp/i-object.boot b/src/interp/i-object.boot index 5a793c2c..919d54a1 100644 --- a/src/interp/i-object.boot +++ b/src/interp/i-object.boot @@ -112,7 +112,8 @@ getValueNormalForm obj == IDENTP op and isConstructorName op => isConceptualCategory objMode obj => instantiationNormalForm(op,argl) MKQ val - -- what else can it be? Don't know; leave it alone. + -- This is not the final value of `obj', rather something that needs + -- further evaluation, e.g. generated code to compute the value. val instantiationNormalForm(op,argl) == |