Skip to content

Commit 90bbd86

Browse files
committed
also disable iscall deprecation
1 parent 52cacd8 commit 90bbd86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SymbolicUtils.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ using TermInterface
1919
import TermInterface: iscall, isexpr, issym, symtype, head, children,
2020
operation, arguments, metadata, maketerm
2121

22-
Base.@deprecate_binding istree iscall
22+
const istree = iscall
2323
export istree, operation, arguments, unsorted_arguments, similarterm
2424
# Sym, Term,
2525
# Add, Mul and Pow

0 commit comments

Comments
 (0)