Skip to content

Commit d707674

Browse files
author
a
committed
callhead
1 parent 7d0abf5 commit d707674

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/expr.jl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
iscall(x::Expr) = x.head == :call
55

6+
callhead(e::Expr) = e.head
67
head(e::Expr) = e.head
78
children(e::Expr) = e.args
89

0 commit comments

Comments
 (0)