34 ms·
No parentheses can be nice for cleaner pattern matching, e.g. something like this: match a, b with | 1, 2 -> x | _ -> y
by a-nikolaev 4y ago
No parentheses can be nice for cleaner pattern matching, e.g. something like this:
match a, b with
| 1, 2 -> x
| _ -> y