Skip to content

Instantly share code, notes, and snippets.

@jchavarri
Last active September 27, 2017 22:03
Show Gist options
  • Save jchavarri/53bda09df55d6614b10d46993a18086c to your computer and use it in GitHub Desktop.
Save jchavarri/53bda09df55d6614b10d46993a18086c to your computer and use it in GitHub Desktop.
Reason: simple variant type
type beatle =
| John
| Paul
| George
| Ringo;
let drummer = Ringo;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment