unnecessary quotes
This commit is contained in:
parent
722e25f140
commit
bc20a37410
@ -61,7 +61,7 @@ InstallOtherMethod(LeftQuotient, "for two conjugator objects",
|
||||
function(l,r) return (l*r)/l; end
|
||||
);
|
||||
|
||||
InstallMethod("ConjugationQuandle", "for a group",
|
||||
InstallMethod(ConjugationQuandle, "for a group",
|
||||
[IsGroup and IsFinite],
|
||||
function(G)
|
||||
local fam, elts;
|
||||
@ -76,7 +76,6 @@ InstallMethod("ConjugationQuandle", "for a group",
|
||||
return LeftQuandleNC(fam, elts);
|
||||
end);
|
||||
|
||||
Print("Loaded conj\n");
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user