thautwarm / MLStyle.jl

Julia functional programming infrastructures and metaprogramming facilities

Home Page:https://thautwarm.github.io/MLStyle.jl/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show multiple `@case` expressions in the `@switch` docs

jariji opened this issue · comments

julia> @switch x begin
       @case (var, _)
           println(var)
       end

doesn't really give the whole picture.

https://thautwarm.github.io/MLStyle.jl/latest/syntax/switch.html