are immediate methods causing trouble
This commit is contained in:
parent
6f65cc451d
commit
f80f2a973c
@ -86,7 +86,7 @@ DeclareAttribute("UnderlyingMultiplicativeElement", IsOppositeObject);
|
||||
# structures, these are the same as the GeneratorsOfMagma but in general more
|
||||
# elements might be required to generate the structure just under *
|
||||
DeclareAttribute("GeneratorsOfLeftQuasigroup", IsLeftQuasigroup);
|
||||
InstallImmediateMethod(GeneratorsOfMagma,
|
||||
InstallMethod(GeneratorsOfMagma,
|
||||
"finite left quasigroups",
|
||||
IsLeftQuasigroup and IsFinite,
|
||||
1,
|
||||
@ -95,7 +95,7 @@ InstallImmediateMethod(GeneratorsOfMagma,
|
||||
|
||||
# Generates the structure by \* and \/, same considerations as above
|
||||
DeclareAttribute("GeneratorsOfRightQuasigroup", IsRightQuasigroup);
|
||||
InstallImmediateMethod(GeneratorsOfMagma,
|
||||
InstallMethod(GeneratorsOfMagma,
|
||||
"finite right quasigroups",
|
||||
IsRightQuasigroup and IsFinite,
|
||||
2,
|
||||
|
Loading…
Reference in New Issue
Block a user