quasigroup -> quandle a couple places
This commit is contained in:
parent
98f3e9159a
commit
6f65cc451d
1 changed files with 2 additions and 2 deletions
|
@ -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));
|
||||
|
|
Loading…
Add table
Reference in a new issue