fsharp 编译器是否将冗余函数组合减少为空操作?
Does the fsharp compiler reduce redundant function compositions to null operations?
fsharp 编译器是否会生成以下表达式的任何代码?
let xs = List.rev <| List.rev xs
fsharp 编译器是否会生成以下表达式的任何代码?
let xs = List.rev <| List.rev xs