Skip to content

Commit

Permalink
fixup ShowImpliedFilters documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Mar 1, 2018
1 parent af3da8d commit fef3c02
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions lib/methwhy.g
Original file line number Diff line number Diff line change
Expand Up @@ -280,6 +280,41 @@ end);
## <Example><![CDATA[
## gap> ShowImpliedFilters(IsNilpotentGroup);
## Implies:
## IsListOrCollection
## IsCollection
## IsDuplicateFree
## HasIsDuplicateFree
## IsExtLElement
## CategoryCollections(IsExtLElement)
## IsExtRElement
## CategoryCollections(IsExtRElement)
## CategoryCollections(IsMultiplicativeElement)
## CategoryCollections(IsMultiplicativeElementWithOne)
## CategoryCollections(IsMultiplicativeElementWithInverse)
## IsGeneralizedDomain
## IsMagma
## IsMagmaWithOne
## IsMagmaWithInversesIfNonzero
## IsMagmaWithInverses
## IsAssociative
## HasIsAssociative
## HasMultiplicativeNeutralElement
## IsGeneratorsOfSemigroup
## HasIsGeneratorsOfSemigroup
## IsSimpleSemigroup
## HasIsSimpleSemigroup
## IsRegularSemigroup
## HasIsRegularSemigroup
## IsInverseSemigroup
## HasIsInverseSemigroup
## IsCompletelyRegularSemigroup
## HasIsCompletelyRegularSemigroup
## IsGroupAsSemigroup
## HasIsGroupAsSemigroup
## IsMonoidAsSemigroup
## HasIsMonoidAsSemigroup
## IsOrthodoxSemigroup
## HasIsOrthodoxSemigroup
## IsSupersolvableGroup
## HasIsSupersolvableGroup
## IsSolvableGroup
Expand Down

0 comments on commit fef3c02

Please sign in to comment.