Forgot some Other
This commit is contained in:
parent
988b6aa86e
commit
ca66c4dae4
1 changed files with 2 additions and 2 deletions
|
@ -58,12 +58,12 @@ InstallMethod(\*, "for anything and a right inert object",
|
|||
[IsExtRElement, IsRInertum], ReturnFirst
|
||||
);
|
||||
|
||||
InstallMethod(LeftQuotient, "for a left inert object and anything",
|
||||
InstallOtherMethod(LeftQuotient, "for a left inert object and anything",
|
||||
[IsLInertum, IsExtLElement],
|
||||
function(l,r) return r; end
|
||||
);
|
||||
|
||||
InstallMethod(\/, "for anything and a right inert object",
|
||||
InstallOtherMethod(\/, "for anything and a right inert object",
|
||||
[IsExtRElement, IsRInertum], ReturnFirst
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue