From dc60617c2d48394a08f29aebca545dfc7c5fcb30 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Tue, 24 Oct 2017 23:23:43 +0200 Subject: [PATCH] appears 'rank' is necessary --- gap/bytable.gi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gap/bytable.gi b/gap/bytable.gi index ff32ac4..a7a4f68 100644 --- a/gap/bytable.gi +++ b/gap/bytable.gi @@ -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 InstallImmediateMethod(IsBuiltFromMultiplicationTable, "for a collection", - [IsCollection], + [IsCollection], 1, C -> HasMultiplicationTable(ElementsFamily(FamilyObj(C))) );