get names of categories correct
This commit is contained in:
parent
55d35589ad
commit
bae88b4b75
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
DeclareCategory( "IsConjugatorObject",
|
DeclareCategory( "IsConjugatorObject",
|
||||||
IsMultiplicativeElement and IsLeftQuotientElement and
|
IsMultiplicativeElement and IsLeftQuotientElement and
|
||||||
IsLDistributiveElement and IsIdempotent);
|
IsLSelfDistElement and IsIdempotent);
|
||||||
DeclareCategoryCollections("IsConjugatorObject");
|
DeclareCategoryCollections("IsConjugatorObject");
|
||||||
|
|
||||||
DeclareAttribute("ConjugatorFamily", IsFamily);
|
DeclareAttribute("ConjugatorFamily", IsFamily);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue