Press CTRL+C or CMD+C to copy the selected text and close this dialog.
Tweet
2 people like it. Like the snippet!
Everyone else has a concat, so why not Option.
1: 2: 3: 4: 5: 6: 7:
module Option open FSharpx.Option /// Accepts an option of option and concatenates them. let inline concat x = x >>= id