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.
1 parent 7d0abf5 commit d707674Copy full SHA for d707674
src/expr.jl
@@ -3,6 +3,7 @@
3
4
iscall(x::Expr) = x.head == :call
5
6
+callhead(e::Expr) = e.head
7
head(e::Expr) = e.head
8
children(e::Expr) = e.args
9
0 commit comments