diff --git a/src/AutGroup.jl b/src/AutGroup.jl index 3fef9ce..ae30052 100644 --- a/src/AutGroup.jl +++ b/src/AutGroup.jl @@ -174,6 +174,10 @@ end # ############################################################################### +function convert(::Type{Automorphism{N}}, s::AutSymbol) where N + return Automorphism{N}(AutSymbol[s]) +end + function (G::AutGroup{N})() where N id = Automorphism{N}(id_autsymbol()) id.parent = G