put IsFiniteOrderElement on the list of props

This commit is contained in:
Glen Whitney 2017-10-22 18:46:13 +02:00
parent 763ec873e0
commit d30824247d
1 changed files with 1 additions and 0 deletions

View File

@ -318,6 +318,7 @@ AddDictionary(OFDir@, "IsCyclotomic", fail);
AddDictionary(OFDir@, "IsExtAElement", fail);
AddDictionary(OFDir@, "IsExtLElement", IsExtRElement);
AddDictionary(OFDir@, "IsExtRElement", IsExtLElement);
AddDictionary(OFDir@, "IsFiniteOrderElement", IsFiniteOrderElement);
AddDictionary(OFDir@, "IsInt", fail);
AddDictionary(OFDir@, "IsLeftQuotientElement", IsRightQuotientElement);
AddDictionary(OFDir@, "IsLSelfDistElement", IsRSelfDistElement);