put IsPerm on the list of props

This commit is contained in:
Glen Whitney 2017-10-22 18:44:20 +02:00
parent 1337c5a18f
commit c8aedd03c6
1 changed files with 1 additions and 0 deletions

View File

@ -329,6 +329,7 @@ AddDictionary(OFDir@, "IsMultiplicativeElementWithOne",
AddDictionary(OFDir@, "IsNearAdditiveElement", fail);
AddDictionary(OFDir@, "IsNearAdditiveElementWithInverse", fail);
AddDictionary(OFDir@, "IsNearAdditiveElementWithZero", fail);
AddDictionaty(OFDir@, "IsPerm", fail);
AddDictionary(OFDir@, "IsPosRat", fail);
AddDictionary(OFDir@, "IsRat", fail);
AddDictionary(OFDir@, "IsRightQuotientElement", IsLeftQuotientElement);