Sigh no consistency in when I use L/R an when left/right.

This commit is contained in:
Glen Whitney 2017-10-18 22:23:26 +02:00
parent f9a9c9fc50
commit 384270d9db
1 changed files with 2 additions and 2 deletions

View File

@ -239,12 +239,12 @@ end);
## Distributivity checkers for when need be
InstallMethod(IsLSelfDistributive, "for magma",
[IsMagma],
M -> IsLSelfDistributiveTable(MultiplicationTable(M))
M -> IsLeftSelfDistributiveTable(MultiplicationTable(M))
);
InstallMethod(IsRSelfDistributive, "for magma",
[IsMagma],
M -> IsRSelfDistributiveTable(MultiplicationTable(M))
M -> IsRightSelfDistributiveTable(MultiplicationTable(M))
);
## Special case the Opposite function from LOOPS package, since the opposite