Skip to content

only bugfix

Compare
Choose a tag to compare
@thautwarm thautwarm released this 24 Jan 09:29
· 288 commits to master since this release

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