and that 'info' is not allowe
This commit is contained in:
parent
dc60617c2d
commit
59709498a0
@ -343,7 +343,7 @@ InstallMethod(PrintObj, "for an element of magma by multiplication table",
|
||||
function(obj) Print(String(obj)); end);
|
||||
|
||||
## Property of a collection that its elements know their multiplication table
|
||||
InstallImmediateMethod(IsBuiltFromMultiplicationTable, "for a collection",
|
||||
InstallImmediateMethod(IsBuiltFromMultiplicationTable,
|
||||
[IsCollection], 1,
|
||||
C -> HasMultiplicationTable(ElementsFamily(FamilyObj(C)))
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user