diff options
author | dos-reis <gdr@axiomatics.org> | 2008-09-22 00:02:53 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-09-22 00:02:53 +0000 |
commit | b79e1543c220c230e3c88dbbee3837d9859f54bf (patch) | |
tree | d643cf5255dec7e82ae74ebba88bb462f21cd31a /src/interp | |
parent | 6f1839db405dee48ca384b957521eb2ac1be7b11 (diff) | |
download | open-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.boot | 1 |
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 |