aboutsummaryrefslogtreecommitdiff
path: root/src/interp
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2008-09-22 00:02:53 +0000
committerdos-reis <gdr@axiomatics.org>2008-09-22 00:02:53 +0000
commitb79e1543c220c230e3c88dbbee3837d9859f54bf (patch)
treed643cf5255dec7e82ae74ebba88bb462f21cd31a /src/interp
parent6f1839db405dee48ca384b957521eb2ac1be7b11 (diff)
downloadopen-axiom-b79e1543c220c230e3c88dbbee3837d9859f54bf.tar.gz
* algebra/syntax.spad.pamphlet: Tie the recursive knots between
syntax domains.
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 13d2e36f..4640f06d 100644
--- a/src/interp/g-util.boot
+++ b/src/interp/g-util.boot
@@ -159,6 +159,7 @@ getTypeOfSyntax t ==
op in '(%Import import) => '(ImportAst)
op in '(%Signature SIGNATURE) => '(SignatureAst)
op = "CATEGORY" => '(CategoryAst)
+ op = "where" => '(WhereAst)
op = "[||]" => '(QuasiquoteAst)
$Syntax