Skip to content

Commit 972b46f

Browse files
Make AC_OPERATORS a tuple
1 parent 2113cab commit 972b46f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/simplify.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ function simplify_constants(O::Operation, shorten_tree = true)
99
end
1010
end
1111

12-
const AC_OPERATORS = [*, +]
12+
const AC_OPERATORS = (*, +)
1313

1414
function _simplify_constants(O, shorten_tree = true)
1515
# Tree shrinking

0 commit comments

Comments
 (0)