forgot thos brackets again!

This commit is contained in:
Glen Whitney 2017-10-22 00:48:05 +02:00
parent b2717afe9d
commit 070ad81eba

View file

@ -14,11 +14,10 @@ end);
ConjugatorType@ := obj -> ConjugatorFamily(FamilyObj(obj))!.ConjType; ConjugatorType@ := obj -> ConjugatorFamily(FamilyObj(obj))!.ConjType;
InstallMethod(ConjugatorObj, InstallMethod(ConjugatorObj,
"for a mult element that allows quotients (and should be assoc)", "for a mult element that allows quotients (and should be assoc)",
[IsMultiplicativeElementWithInverse], [IsMultiplicativeElementWithInverse],
obj -> Objectify(ConjugatorType@(obj), Immutable(obj)) obj -> Objectify(ConjugatorType@(obj), [Immutable(obj)])
); );
## Printing and viewing ## Printing and viewing