More compact
Just a note that realistically we can make this much more compact I think, either here or on the .NET docs version
For example all the collection functions can just be in a table, with links to https://github.com/fsharp/fsharp-core-docs since each of the functions now have examples on the documentation pages.
@dsyme I think that a more compact version would be better on the .NET docs. The idea for this documentation is to keep track from the main features and to be able to print as a quick reference. Later I will try to create a one page image (png) reference that can be used as wallpaper.
For example all the collection functions can just be in a table, with links to https://github.com/fsharp/fsharp-core-docs since each of the functions now have examples on the documentation pages.
Good idea. So the documentation keeps updated with the latest F# version. It's possible to add something like a little snippet here and for more info see on the oficial documentation.
While ago I did some work on this. I am planning for some more changes on the revision for F# 8 on next days or weeks (on my free time).