Skip to content

Instantly share code, notes, and snippets.

@shanecharles
Created February 4, 2018 23:12
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 shanecharles/6cf1c6da8b04543cfb09520a02053c85 to your computer and use it in GitHub Desktop.
Save shanecharles/6cf1c6da8b04543cfb09520a02053c85 to your computer and use it in GitHub Desktop.
type Operation =
| Spin of int
| Exchange of int * int
| Partner of char * char
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment