kerams
kerams
```fsharp let x = 100000 x.ToString "#,#" |> printfn "%s" x.ToString "N0" |> printfn "%s" printfn $"{x:N0}" ``` In fsi, this prints 3 identical lines based on the current culture....
A dirty but working POC for #297. I think the API surface is due for some cleanup, so a major version bump would probably be best. Ideally the request serialization...
## Description Implements https://github.com/fsharp/fslang-suggestions/issues/1407 - Released keywords `asr`, `land`, `lor`, `lsl`, `lsr`, `lxor` (`mod` continues to be reserved) - Removed support for `.ml` and `.mli` source files - Removed `#light`...
**Repro steps** ```fsharp let x (f: System.Action) = f.Invoke 99 f.Invoke 98 printfn "here" let y () = printfn "one time" fun num -> printfn "%d" num x (y ())...
**I propose we** remove any and all traces of ML compatibility from the language and compiler. #1064 #985 have been in effect for a couple of years now (the deprecation...