1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-07-12 01:35:30 +02:00

define gens(::AbstractFPGroup)

This commit is contained in:
kalmar 2017-07-06 09:11:27 +02:00
parent ffa9cc4cd2
commit 04b07eb260

View File

@ -140,7 +140,7 @@ doc"""
> returns vector of generators of `G`, as its elements.
"""
gens(G::FPGroup) = [G(g) for g in G.gens]
gens(G::AbstractFPGroup) = [G(g) for g in G.gens]
###############################################################################
#