Skip to content

Commit 5da7084

Browse files
authored
fix: similarterm is exported but not defined
1 parent 5bca5b9 commit 5da7084

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
@@ -22,7 +22,7 @@ import TermInterface: iscall, isexpr, head, children,
2222
import ArrayInterface
2323

2424
Base.@deprecate istree iscall
25-
export istree, operation, arguments, sorted_arguments, similarterm, iscall
25+
export istree, operation, arguments, sorted_arguments, iscall
2626
# Sym, Term,
2727
# Add, Mul and Pow
2828
include("types.jl")

0 commit comments

Comments
 (0)