yeah one more
This commit is contained in:
parent
cc19d81941
commit
fb5f9af82f
1 changed files with 1 additions and 1 deletions
|
@ -460,7 +460,7 @@ InstallMethod(Opposite, "for a finitely generated magma with one",
|
||||||
end);
|
end);
|
||||||
|
|
||||||
InstallMethod(Opposite, "for a finitely generated magma with inverse",
|
InstallMethod(Opposite, "for a finitely generated magma with inverse",
|
||||||
[IsMagmaWithInverse and HasGeneratorsOfMagmaWithInverses],
|
[IsMagmaWithInverses and HasGeneratorsOfMagmaWithInverses],
|
||||||
function(M)
|
function(M)
|
||||||
local fam, elts;
|
local fam, elts;
|
||||||
fam := CollectionsFamily(OppositeFamily(ElementsFamily(FamilyObj(M))));
|
fam := CollectionsFamily(OppositeFamily(ElementsFamily(FamilyObj(M))));
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue