forgot thos brackets again!
This commit is contained in:
parent
b2717afe9d
commit
070ad81eba
@ -14,11 +14,10 @@ end);
|
||||
|
||||
ConjugatorType@ := obj -> ConjugatorFamily(FamilyObj(obj))!.ConjType;
|
||||
|
||||
|
||||
InstallMethod(ConjugatorObj,
|
||||
"for a mult element that allows quotients (and should be assoc)",
|
||||
[IsMultiplicativeElementWithInverse],
|
||||
obj -> Objectify(ConjugatorType@(obj), Immutable(obj))
|
||||
obj -> Objectify(ConjugatorType@(obj), [Immutable(obj)])
|
||||
);
|
||||
|
||||
## Printing and viewing
|
||||
|
Loading…
Reference in New Issue
Block a user