Skip to content

Commit 9d50b25

Browse files
committed
Add BasicSymbolic
1 parent 9fa925a commit 9d50b25

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SymbolicUtils"
22
uuid = "d1185830-fcd6-423d-90d6-eec64667417b"
33
authors = ["Shashi Gowda"]
4-
version = "0.19.8"
4+
version = "0.19.9"
55

66
[deps]
77
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"

src/types.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1172,3 +1172,4 @@ ismul(s) = s isa Mul
11721172
isadd(s) = s isa Add
11731173
ispow(s) = s isa Pow
11741174
isdiv(s) = s isa Div
1175+
const BasicSymbolic = Union{Sym, Term, Mul, Add, Pow, Div}

0 commit comments

Comments
 (0)