From 69a866d5db263b47c52bb0f5f6fb7a0c7c2e50c1 Mon Sep 17 00:00:00 2001 From: Glen Whitney Date: Mon, 30 Oct 2017 12:11:29 -0400 Subject: [PATCH] Maybe if we undup the declaration. --- gap/classes.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gap/classes.gd b/gap/classes.gd index 9ea2100..87a3520 100644 --- a/gap/classes.gd +++ b/gap/classes.gd @@ -13,7 +13,7 @@ ## ------------------------------------------------------------------------- DeclareProperty( "IsAssociative", IsLoop ); -DeclareProperty( "IsCommutative", IsQuasigroup ); +#DeclareProperty( "IsCommutative", IsQuasigroup ); # Already covered by GAP DeclareProperty( "IsPowerAssociative", IsQuasigroup ); DeclareProperty( "IsDiassociative", IsQuasigroup );