Skip to content

Commit

Permalink
Generalize IsSelfDualSemigroup declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored Nov 2, 2024
1 parent 265de04 commit 9dabeb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gap/attributes/properties.gd
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ DeclareOperation("IsNormalInverseSubsemigroup",
[IsInverseSemigroup, IsInverseSemigroup]);

if not IsBoundGlobal("IsSelfDualSemigroup") then
DeclareProperty("IsSelfDualSemigroup", IsSemigroup and CanUseFroidurePin);
DeclareProperty("IsSelfDualSemigroup", IsSemigroup);
fi;

DeclareSynonymAttr("IsRectangularGroup",
Expand Down

0 comments on commit 9dabeb3

Please sign in to comment.