1
0
mirror of https://github.com/kalmarek/Groups.jl.git synced 2024-07-17 19:00:33 +02:00
This commit is contained in:
kalmar 2017-05-11 18:17:08 +02:00
parent 2d72393292
commit 71c2367cae

View File

@ -21,6 +21,7 @@ type FPGroup <: Group
end end
end end
export FPSymbol, FPGroupElem, FPGroup, generators
FPSymbol(s::String) = FPSymbol(s,1) FPSymbol(s::String) = FPSymbol(s,1)