Skip to content

Commit

Permalink
fixup: IsSmallList => IsList
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin committed Feb 28, 2018
1 parent a1c4b43 commit d38c45d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/list.gd
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ InstallTrueMethod( IsConstantTimeAccessList, IsList and IsInternalRep );
## </ManSection>
##
DeclareProperty( "IsSmallList", IsList );
InstallTrueMethod( IsList, IsSmallList );

InstallTrueMethod( IsSmallList, IsList and IsInternalRep );
InstallTrueMethod( IsFinite, IsList and IsSmallList );
Expand Down

0 comments on commit d38c45d

Please sign in to comment.