Skip to content

Instantly share code, notes, and snippets.

@nojaf
Created January 12, 2018 08:25
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 nojaf/c083890e607ca277db75e8ee0bba5636 to your computer and use it in GitHub Desktop.
Save nojaf/c083890e607ca277db75e8ee0bba5636 to your computer and use it in GitHub Desktop.
List of options to list of value
[Some 7; None; Some 6; Some 5]
|> List.choose id
// [7;6;5]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment