Hacker News new | ask | show | jobs
by a-nikolaev 1386 days ago
No parentheses can be nice for cleaner pattern matching, e.g. something like this:

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