Skip to content

Commit ef0cd4d

Browse files
author
Shashi Gowda
committed
reexport old interface
1 parent 9d86f9e commit ef0cd4d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/SymbolicUtils.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ using TermInterface
1919
import TermInterface: iscall, isexpr, issym, symtype, head, children,
2020
operation, arguments, metadata, maketerm
2121

22+
Base.@deprecate_binding istree iscall
23+
export istree, operation, arguments, similarterm
2224
# Sym, Term,
2325
# Add, Mul and Pow
2426
include("types.jl")
25-
export similarterm
26-
Base.@deprecate_binding istree iscall
2727

2828
# Methods on symbolic objects
2929
using SpecialFunctions, NaNMath

0 commit comments

Comments
 (0)