Skip to content

Instantly share code, notes, and snippets.

@chrisalexander
Created February 18, 2017 17:13
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 chrisalexander/6b3ea953c94c5aa61fd4ec71e1e06a8c to your computer and use it in GitHub Desktop.
Save chrisalexander/6b3ea953c94c5aa61fd4ec71e1e06a8c to your computer and use it in GitHub Desktop.
let getFileExtension format =
match format with
| PDF -> "pdf"
| JPG -> "jpg"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment