yeah one more

This commit is contained in:
Glen Whitney 2017-10-22 18:37:57 +02:00
parent cc19d81941
commit fb5f9af82f
1 changed files with 1 additions and 1 deletions

View File

@ -460,7 +460,7 @@ InstallMethod(Opposite, "for a finitely generated magma with one",
end);
InstallMethod(Opposite, "for a finitely generated magma with inverse",
[IsMagmaWithInverse and HasGeneratorsOfMagmaWithInverses],
[IsMagmaWithInverses and HasGeneratorsOfMagmaWithInverses],
function(M)
local fam, elts;
fam := CollectionsFamily(OppositeFamily(ElementsFamily(FamilyObj(M))));