Skip to content

Instantly share code, notes, and snippets.

@bentayloruk
Created April 22, 2015 15:01
Embed
What would you like to do?
// 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