例如, Option type 带来的各种 try 操作.
函数组合带来的各种函数快捷写法
While for repetition.TryWith and TryFinally for handling exceptions.Use for managing disposables
Return method can't be overloaded any more!
Combine method
let! has "unwrapped" the option before binding it to the valuereturn has "wrapped" the raw value back into an option.