diff options
author | dos-reis <gdr@axiomatics.org> | 2008-09-21 06:24:51 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-09-21 06:24:51 +0000 |
commit | f8abfeb8a2bf77186f65f06107ed86c5e7c41206 (patch) | |
tree | 2337c2b19eee83838c5f5bf522caa5289ccc8eab /src/interp | |
parent | 70462ce64473329cbb0108e4bde18bb797196f99 (diff) | |
download | open-axiom-f8abfeb8a2bf77186f65f06107ed86c5e7c41206.tar.gz |
Misc cleanup.
Diffstat (limited to 'src/interp')
-rw-r--r-- | src/interp/g-util.boot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interp/g-util.boot b/src/interp/g-util.boot index c732d9b4..13d2e36f 100644 --- a/src/interp/g-util.boot +++ b/src/interp/g-util.boot @@ -119,6 +119,7 @@ isQuasiquote m == m is ["[||]",y] => y +++ returns the inferred domain for the syntactic object t. getTypeOfSyntax t == atom t => IDENTP t => '(Identifier) |