createUser(user, ~isAdmin:true, ~sendWelcomeEmail:false)
Even though in OCaml's functional style it is actually like this: createUser user ~isAdmin:true ~sendWelcomeEmail:false
Using the fact that a variable named exactly like a labeled argument is automatically assigned to it, we can make the call more concise (especially if reusing existing variables): let isAdmin = true in
let sendWelcomeEmail = false in
createUser user ~isAdmin ~sendWelcomeEmail
As if they cared, most news are only useful for working people and families anyway... but oh well, they vote, they have time to complain loudly, and they have all the houses around here (because of course, why would they move to a better-suited flat place, and leave their now-too-large-for-a-couple houses so that families could move instead?), so the mayor has to be on Facebook, and not on Bluesky or Mastodon or somewhere else.