aboutsummaryrefslogtreecommitdiff
path: root/src/interp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-09-21 06:24:51 +0000
committerdos-reis <gdr@axiomatics.org>2008-09-21 06:24:51 +0000
commitf8abfeb8a2bf77186f65f06107ed86c5e7c41206 (patch)
tree2337c2b19eee83838c5f5bf522caa5289ccc8eab /src/interp
parent70462ce64473329cbb0108e4bde18bb797196f99 (diff)
downloadopen-axiom-f8abfeb8a2bf77186f65f06107ed86c5e7c41206.tar.gz
Misc cleanup.
Diffstat (limited to 'src/interp')
-rw-r--r--src/interp/g-util.boot1
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)