quasigroup -> quandle a couple places
This commit is contained in:
parent
98f3e9159a
commit
6f65cc451d
@ -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…
Reference in New Issue
Block a user