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 4263649 commit 03844e1Copy full SHA for 03844e1
src/expr.jl
@@ -3,7 +3,6 @@
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