You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser.
-
🇵🇦 Nuestro primer dominio localizado está en español en
kiwifarms.pa. Our first localized domain is on Spanish on
kiwifarms.pa.
In Ocaml, you might see a function like:
let format_name first_name last_name =
first_name ^ " " ^ second_name
It's type declaration would be...