diff options
Diffstat (limited to 'src/interp')
-rw-r--r-- | src/interp/lisplib.boot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interp/lisplib.boot b/src/interp/lisplib.boot index e1a16471..c23056a0 100644 --- a/src/interp/lisplib.boot +++ b/src/interp/lisplib.boot @@ -717,7 +717,7 @@ getSlotFromCategoryForm (x,index) == isDomainForm(D,e) == op := opOf D not ident? op => false - --added for MPOLY 3/83 by RDJ + op is '%when => and/[isDomainForm(e,c) for [.,c] in D.args] symbolMember?(op,$SpecialDomainNames) or isFunctor op or ((getmode(op,e) is ['Mapping,target,:.]) and isCategoryForm(target,e)) or isCategoryForm(getmode(op,e),e) or isDomainConstructorForm(D,e) |