1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2025-01-11 14:02:33 +01:00

parent_type, elem_type

This commit is contained in:
kalmar 2017-05-11 18:17:42 +02:00
parent 71c2367cae
commit f3c36f132b

View File

@ -23,6 +23,10 @@ end
export FPSymbol, FPGroupElem, FPGroup, generators
parent_type(::Type{FPGroupElem}) = FPGroup
elem_type(::FPGroup) = FPGroupElem
FPSymbol(s::String) = FPSymbol(s,1)