diff --git a/gap/byconj.gi b/gap/byconj.gi index c0f4069..b834054 100644 --- a/gap/byconj.gi +++ b/gap/byconj.gi @@ -18,7 +18,7 @@ ConjugatorType@ := obj -> ConjugatorFamily(FamilyObj(obj))!.ConjType; InstallMethod(ConjugatorObj, "for a mult element that allows left quotients (and should be assoc)", [IsMultiplicativeElement and IsLeftQuotientElement], - obj -> Objectify(ConjugatorType(Obj), Immutable(obj)) + obj -> Objectify(ConjugatorType@(obj), Immutable(obj)) ); ## Printing and viewing