Print methods for quasigroup/loop elms jsut for this specific representation
This commit is contained in:
parent
71672eeb9c
commit
fb39c9e02e
@ -12,8 +12,8 @@
|
||||
## DISPLAYING AND COMPARING ELEMENTS
|
||||
## -------------------------------------------------------------------------
|
||||
|
||||
InstallMethod( PrintObj, "for a quasigroup element",
|
||||
[ IsQuasigroupElement ],
|
||||
InstallMethod( PrintObj, "for a default quasigroup element",
|
||||
[ IsQuasigroupElmRep ],
|
||||
function( obj )
|
||||
local F;
|
||||
F := FamilyObj( obj );
|
||||
@ -21,7 +21,7 @@ function( obj )
|
||||
end );
|
||||
|
||||
InstallMethod( PrintObj, "for a loop element",
|
||||
[ IsLoopElement ],
|
||||
[ IsLoopElmRep ],
|
||||
function( obj )
|
||||
local F;
|
||||
F := FamilyObj( obj );
|
||||
|
Loading…
Reference in New Issue
Block a user