Rack() only returns racks
This commit is contained in:
parent
560564a010
commit
8994fdf4dc
@ -130,5 +130,5 @@ InstallGlobalFunction(Rack,
|
|||||||
function(arg)
|
function(arg)
|
||||||
## Will put more stuff here, but for now, just a convenient wrapper for
|
## Will put more stuff here, but for now, just a convenient wrapper for
|
||||||
## perms
|
## perms
|
||||||
return LeftQuandleByPerms(arg);
|
return LeftRackByPerms(arg);
|
||||||
end);
|
end);
|
||||||
|
Loading…
Reference in New Issue
Block a user