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.
children
1 parent fe7ed96 commit 93a8f17Copy full SHA for 93a8f17
src/inspect.jl
@@ -35,7 +35,7 @@ the expression.
35
This function is used internally for printing via AbstractTrees.
36
"""
37
function AbstractTrees.children(x::Symbolic)
38
- iscall(x) ? arguments(x; sort = true) : isexpr(x) ? children(x) : ()
+ iscall(x) ? arguments(x; sort = true) : isexpr(x) ? children(x; sort = true) : ()
39
end
40
41
0 commit comments