diff --git a/src/FPGroups.jl b/src/FPGroups.jl index 8d90af1..b32e27c 100644 --- a/src/FPGroups.jl +++ b/src/FPGroups.jl @@ -21,6 +21,7 @@ type FPGroup <: Group end end +export FPSymbol, FPGroupElem, FPGroup, generators FPSymbol(s::String) = FPSymbol(s,1)