Skip to content

Instantly share code, notes, and snippets.

@chomado
Last active December 16, 2015 16:29
Show Gist options
  • Save chomado/5463644 to your computer and use it in GitHub Desktop.
Save chomado/5463644 to your computer and use it in GitHub Desktop.
(* seiseki : string * string -> string *)
let seiseki pair = match pair with
(name, score) -> name ^ "'s sore is " ^ score ^ "."
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment