Skip to content

Instantly share code, notes, and snippets.

@coetry
Created December 16, 2018 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save coetry/e45083207bf1e838408c251b27829427 to your computer and use it in GitHub Desktop.
Save coetry/e45083207bf1e838408c251b27829427 to your computer and use it in GitHub Desktop.
let my_favorite_language languages =
match languages with
| first :: rest -> first
| [] -> "Ocaml"
;;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment