Skip to content

Instantly share code, notes, and snippets.

@sethlivingston
Last active June 1, 2016 15:26
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 sethlivingston/57a505a854c527e92e39a1fd20d5831b to your computer and use it in GitHub Desktop.
Save sethlivingston/57a505a854c527e92e39a1fd20d5831b to your computer and use it in GitHub Desktop.
type suit =
| Diamonds | Clubs | Hearts | Spades;
type rank =
| Two | Three | Four | Five | Six | Seven | Eight | Nine | Ten;
type face =
| Jack | Queen | King | Ace;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment