dumb library declaration of LeftQuotient

This commit is contained in:
Glen Whitney 2017-10-21 01:15:18 +02:00
parent a9b981f149
commit d021d67c1c
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ InstallMethod( \*, "for two conjugator objects",
function(l,r) return LeftQuotient(l![1],r![1])*l![1]; end
);
InstallMethod(LeftQuotient, "for two conjugator objects",
InstallOtherMethod(LeftQuotient, "for two conjugator objects",
IsIdenticalObj,
[IsDefaultConjugatorObject,IsDefaultConjugatorObject],
function(l,r) return (l*r)/l; end