From 59709498a08d2e2daa717abd459edb200d5bcc8c Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Tue, 24 Oct 2017 23:24:41 +0200 Subject: [PATCH] and that 'info' is not allowe --- gap/bytable.gi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gap/bytable.gi b/gap/bytable.gi index a7a4f68..a21edce 100644 --- a/gap/bytable.gi +++ b/gap/bytable.gi @@ -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))) );