top | item 32639829

(no title)

a-nikolaev | 3 years ago

No parentheses can be nice for cleaner pattern matching, e.g. something like this:

  match a, b with
  | 1, 2 -> x
  | _ -> y

discuss

order

No comments yet.