Forgot some Other
This commit is contained in:
parent
988b6aa86e
commit
ca66c4dae4
@ -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…
Reference in New Issue
Block a user