mirror of
https://github.com/kalmarek/Groups.jl.git
synced 2024-11-19 06:30:29 +01:00
define gens(::AbstractFPGroup)
This commit is contained in:
parent
ffa9cc4cd2
commit
04b07eb260
@ -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]
|
||||
|
||||
###############################################################################
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user