F# 4.7 in LINQPad 6?
https://devblogs.microsoft.com/dotnet/announcing-f-4-7/
Seems LINQPad 6.1.3 does not support F# 4.7 by now, is there any plan to support F# 4.7 ?
Seems LINQPad 6.1.3 does not support F# 4.7 by now, is there any plan to support F# 4.7 ?
let nums' = seq {
1
2
3
}
nums |> Dump
Comments
This will work.