just can't get InstallImmediateMethod happy
This commit is contained in:
parent
59709498a0
commit
6db132346d
1 changed files with 1 additions and 1 deletions
|
@ -344,7 +344,7 @@ InstallMethod(PrintObj, "for an element of magma by multiplication table",
|
||||||
|
|
||||||
## Property of a collection that its elements know their multiplication table
|
## Property of a collection that its elements know their multiplication table
|
||||||
InstallImmediateMethod(IsBuiltFromMultiplicationTable,
|
InstallImmediateMethod(IsBuiltFromMultiplicationTable,
|
||||||
[IsCollection], 1,
|
IsCollection, 1,
|
||||||
C -> HasMultiplicationTable(ElementsFamily(FamilyObj(C)))
|
C -> HasMultiplicationTable(ElementsFamily(FamilyObj(C)))
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue