From 9fe78002875e0c627d5ebb4c54a36dd2645b5f0b Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Tue, 24 Oct 2017 23:22:53 +0200 Subject: [PATCH] try to propagate multiplication tables better --- gap/bytable.gi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gap/bytable.gi b/gap/bytable.gi index 5619786..ff32ac4 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 -InstallMethod(IsBuiltFromMultiplicationTable, "for a collection", +InstallImmediateMethod(IsBuiltFromMultiplicationTable, "for a collection", [IsCollection], C -> HasMultiplicationTable(ElementsFamily(FamilyObj(C))) );