Skip to content

Instantly share code, notes, and snippets.

@LukaJCB
Created July 31, 2016 15:10
Show Gist options
  • Save LukaJCB/6ec04932a20ef9cb191a00e5e5b310d2 to your computer and use it in GitHub Desktop.
Save LukaJCB/6ec04932a20ef9cb191a00e5e5b310d2 to your computer and use it in GitHub Desktop.
personOption |> Option.bind (fun p -> p.residence)
|> Option.bind (fun r -> r.address)
|> Option.map (fun a -> a.constructionFirm)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment