Skip to content

Commit

Permalink
reexport old interface
Browse files Browse the repository at this point in the history
  • Loading branch information
shashi committed Apr 12, 2024
1 parent 9d86f9e commit ef0cd4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SymbolicUtils.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ef0cd4d

Please sign in to comment.