SymbolicUtils.jl
                                
                                
                                
                                    SymbolicUtils.jl copied to clipboard
                            
                            
                            
                        Definition of promote_symtype for ComposedFunctions
Should symbolicutils.jl provide a definition like the following?
function promote_symtype(f::ComposedFunction, args)
    promote_symtype(f.outer, promote_symtype(f.inner, args))
end