thautwarm / MLStyle.jl

Julia functional programming infrastructures and metaprogramming facilities
https://thautwarm.github.io/MLStyle.jl/latest/
MIT License
404 stars 39 forks source link

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

Open jariji opened 9 months ago

jariji commented 9 months ago
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