Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@zakaluka
Created February 17, 2017 17:35
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 zakaluka/1027b294086f6a441e739db6ee29322e to your computer and use it in GitHub Desktop.
Save zakaluka/1027b294086f6a441e739db6ee29322e to your computer and use it in GitHub Desktop.
let toTurn = function
| 'R' -> R
| 'L' -> L
| _ -> failwith "Unknown turn type"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment