The "about" paragraph of this repo points to https://dotnet.microsoft.com/languages/fsharp The first example on that page is just plain wrong. ``` // 'name' is inferred to be a string based on usage. let printMessage name = printfn $"Hello there, {name}!" ``` I would provide a PR, but it looks like the source of that page is not open source.
The "about" paragraph of this repo points to https://dotnet.microsoft.com/languages/fsharp
The first example on that page is just plain wrong.
I would provide a PR, but it looks like the source of that page is not open source.