only bugfix
Fix a bug that used to occur when there is single ...
as the argument of Expr
pattern.
@match begin Expr(:a, :b) begin
Expr(a...) => a
end
Fix a bug that used to occur when there is single ...
as the argument of Expr
pattern.
@match begin Expr(:a, :b) begin
Expr(a...) => a
end