aboutsummaryrefslogtreecommitdiff
path: root/src/interp/br-con.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/br-con.boot')
-rw-r--r--src/interp/br-con.boot1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/interp/br-con.boot b/src/interp/br-con.boot
index 99e9cb34..0951a8f3 100644
--- a/src/interp/br-con.boot
+++ b/src/interp/br-con.boot
@@ -624,6 +624,7 @@ kisValidType typeForm ==
kCheckArgumentNumbers t ==
[conname,:args] := t
+ builtinConstructor? conname => true
cosig := KDR getDualSignature conname
#cosig ~= #args => false
and/[foo for domain? in cosig for x in args] where foo() ==