diff --git a/src/SymbolicUtils.jl b/src/SymbolicUtils.jl index 71cb56647..7cff2f1c4 100644 --- a/src/SymbolicUtils.jl +++ b/src/SymbolicUtils.jl @@ -19,11 +19,11 @@ using TermInterface import TermInterface: iscall, isexpr, issym, symtype, head, children, operation, arguments, metadata, maketerm +Base.@deprecate_binding istree iscall +export istree, operation, arguments, similarterm # Sym, Term, # Add, Mul and Pow include("types.jl") -export similarterm -Base.@deprecate_binding istree iscall # Methods on symbolic objects using SpecialFunctions, NaNMath