diff --git a/src/AutGroup.jl b/src/AutGroup.jl index 304483a..a48577e 100644 --- a/src/AutGroup.jl +++ b/src/AutGroup.jl @@ -145,6 +145,12 @@ function (F::AutGroupElem)(v::Vector) return v end +function (G::AutGroup)(f::AutSymbol) + g = AutGroupElem(f) + g.parent = G + return g +end + ############################################################################### # # Basic manipulation