fsprojects / fantomas

FSharp source code formatter
https://fsprojects.github.io/fantomas
Other
773 stars 194 forks source link

[Ignore] Top level types #3027

Closed nojaf closed 7 months ago

nojaf commented 9 months ago

Part of the experiment in https://github.com/dotnet/fsharp/discussions/16450. I have no intention to actually merge this.

The tl;dr of this is that I've removed all signature files and added type annotations to everything top-level so the compiler can extract signature files from the implementation files.

nojaf commented 7 months ago

No longer pursuing this.