We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52cacd8 commit 90bbd86Copy full SHA for 90bbd86
src/SymbolicUtils.jl
@@ -19,7 +19,7 @@ using TermInterface
19
import TermInterface: iscall, isexpr, issym, symtype, head, children,
20
operation, arguments, metadata, maketerm
21
22
-Base.@deprecate_binding istree iscall
+const istree = iscall
23
export istree, operation, arguments, unsorted_arguments, similarterm
24
# Sym, Term,
25
# Add, Mul and Pow
0 commit comments