SumTypes.jl
SumTypes.jl copied to clipboard
`@cases` on tuples
@cases (ox, oy) begin
(Some(x), Some(y)) => x + y
...
end
This would be useful.
Actually I should just try writing MLStyle integration.