aboutsummaryrefslogtreecommitdiff
path: root/src/interp/parse.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/parse.boot')
-rw-r--r--src/interp/parse.boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interp/parse.boot b/src/interp/parse.boot
index cff6ef7c..92c040bd 100644
--- a/src/interp/parse.boot
+++ b/src/interp/parse.boot
@@ -211,6 +211,7 @@ parseHas t ==
kk = "domain" or kk = "category" => [makeNonAtomic y]
y is ["ATTRIBUTE",:.] => [y]
y is ["SIGNATURE",:.] => [y]
+ y is [":",op,type] => [["SIGNATURE",op,[type],"constant"]]
[["ATTRIBUTE",y]]
parseDEF: %ParseForm -> %Form