From 99c675755998faf2b806e40a4f297f7ffb23f5e0 Mon Sep 17 00:00:00 2001 From: Shashi Gowda Date: Fri, 17 May 2024 10:39:25 -0400 Subject: [PATCH] export iscall I guess --- src/SymbolicUtils.jl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SymbolicUtils.jl b/src/SymbolicUtils.jl index 7d6618106..00b0c499d 100644 --- a/src/SymbolicUtils.jl +++ b/src/SymbolicUtils.jl @@ -20,7 +20,7 @@ import TermInterface: iscall, isexpr, issym, symtype, head, children, operation, arguments, metadata, maketerm const istree = iscall -export istree, operation, arguments, unsorted_arguments, similarterm +export istree, operation, arguments, unsorted_arguments, similarterm, iscall # Sym, Term, # Add, Mul and Pow include("types.jl")