quasigroup -> quandle a couple places

This commit is contained in:
Glen Whitney 2017-10-29 13:42:35 -04:00
parent 98f3e9159a
commit 6f65cc451d
1 changed files with 2 additions and 2 deletions

View File

@ -658,12 +658,12 @@ InstallMethod(AsLeftQuasigroup, "for an arbitrary collection",
[IsCollection], D -> AsAStructure@(LeftQuasigroup, D));
InstallMethod(AsLeftRack, "for an arbitrary collection",
[IsCollection], D -> AsAStructure@(LeftRack, D));
InstallMethod(AsLeftQuasigroup, "for an arbitrary collection",
InstallMethod(AsLeftQuandle, "for an arbitrary collection",
[IsCollection], D -> AsAStructure@(LeftQuandle, D));
InstallMethod(AsRightQuasigroup, "for an arbitrary collection",
[IsCollection], D -> AsAStructure@(RightQuasigroup, D));
InstallMethod(AsRightRack, "for an arbitrary collection",
[IsCollection], D -> AsAStructure@(RightRack, D));
InstallMethod(AsRightQuasigroup, "for an arbitrary collection",
InstallMethod(AsRightQuandle, "for an arbitrary collection",
[IsCollection], D -> AsAStructure@(RightQuandle, D));