Skip to content

Instantly share code, notes, and snippets.

@bentayloruk
Created April 22, 2015 15:01
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 bentayloruk/fa7fd6db9b7a4e384162 to your computer and use it in GitHub Desktop.
Save bentayloruk/fa7fd6db9b7a4e384162 to your computer and use it in GitHub Desktop.
// Safely get Some head of Seq or None.
let maybeHead = someSeq |> Seq.tryPick Some
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment