Seq With Escaping Exceptions

Run Settings
LanguageF#
Language Version
Run Command
let getTheThings (): int seq = try Seq.map (fun _ -> failwith "bad stuff") [42] with | _ -> Seq.singleton 99 printfn "%A" (getTheThings () |> Seq.head)
Editor Settings
Theme
Key bindings
Full width
Lines