Standardize on RAQ as the name of this package
This commit is contained in:
parent
be82518697
commit
ffb88b99e8
8 changed files with 82 additions and 80 deletions
|
@ -23,11 +23,11 @@ WhichI@ := obj -> obj![1];
|
|||
|
||||
InstallMethod(String, "for left inert objects",
|
||||
[IsLInertum],
|
||||
obj -> Concatenation("LInertum@raq(", String(WhichI@(obj)), ")")
|
||||
obj -> Concatenation("LInertum@RAQ(", String(WhichI@(obj)), ")")
|
||||
);
|
||||
InstallMethod(String, "for rightt inert objects",
|
||||
[IsRInertum],
|
||||
obj -> Concatenation("RInertum@raq(", String(WhichI@(obj)), ")")
|
||||
obj -> Concatenation("RInertum@RAQ(", String(WhichI@(obj)), ")")
|
||||
);
|
||||
|
||||
InstallMethod(ViewString, "for left inert objects",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue