aboutsummaryrefslogtreecommitdiff
path: root/src/interp
diff options
context:
space:
mode:
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