Skip to content

Commit

Permalink
Sync recent change to HPC-GAP
Browse files Browse the repository at this point in the history
  • Loading branch information
fingolfin authored and rbehrends committed May 30, 2018
1 parent 479f0c9 commit ee1536e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hpcgap/lib/coll.gd
Original file line number Diff line number Diff line change
Expand Up @@ -1425,7 +1425,7 @@ DeclareProperty( "IsNonTrivial", IsCollection );
## </ManSection>
## <#/GAPDoc>
##
DeclareProperty( "IsFinite", IsCollection );
DeclareProperty( "IsFinite", IsListOrCollection );

InstallSubsetMaintenance( IsFinite,
IsCollection and IsFinite, IsCollection );
Expand Down

0 comments on commit ee1536e

Please sign in to comment.