aboutsummaryrefslogtreecommitdiff
path: root/src/interp/br-search.boot
diff options
context:
space:
mode:
Diffstat (limited to 'src/interp/br-search.boot')
-rw-r--r--src/interp/br-search.boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/br-search.boot b/src/interp/br-search.boot
index aa1d3cbe..7ee5c8ca 100644
--- a/src/interp/br-search.boot
+++ b/src/interp/br-search.boot
@@ -318,7 +318,7 @@ conform2OutputForm(form) ==
[op,:args] := form
null args => form
cosig := rest getDualSignatureFromDB op
- atypes := getConstructorModemapFromDB(op).mmSource
+ atypes := getConstructorModemap(op).mmSource
sargl := [fn for x in args for atype in atypes for pred in cosig] where fn() ==
pp [x,atype,pred]
pred => conform2OutputForm x