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 03844e1 commit 4539b6fCopy full SHA for 4539b6f
src/expr.jl
@@ -1,6 +1,7 @@
1
# This file contains default definitions for TermInterface methods on Julia
2
# Builtin Expr type.
3
4
+isexpr(x::Expr) = true
5
iscall(x::Expr) = x.head == :call
6
7
head(e::Expr) = e.head
0 commit comments