Skip to content

Commit

Permalink
HACK: temporarily turn bad implication into immediate method with error
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed May 12, 2018
1 parent ee883e7 commit a9674b2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/magma.gd
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,9 @@ DeclareCategory( "IsMagmaWithInverses",
and IsMultiplicativeElementWithInverseCollection );

# FIXME: this is wrong for empty magmas
# InstallTrueMethod( IsMagmaWithInverses,
# IsFiniteOrderElementCollection and IsMagma );
InstallImmediateMethod( IsMagmaWithInverses,
IsFiniteOrderElementCollection and IsMagma, function(x) Error("should not happen"); end );


#############################################################################
##
Expand Down

0 comments on commit a9674b2

Please sign in to comment.