fsprojects / fantomas

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

Initial support of SynExpr.DotLambda and SynType.Intersection #2920

Closed nojaf closed 11 months ago

nojaf commented 1 year ago

See changes in https://github.com/dotnet/fsharp/pull/13907

nojaf commented 11 months ago

Also adds a very basic implementation of SynType.Intersection.

I think this is good enough for now. We can always improve once real-world examples show up. At the very least Fantomas knows how to deal with the new syntax.