fsharp icon indicating copy to clipboard operation
fsharp copied to clipboard

`FSharpExpr` documentation references nonexistent module

Open tymokvo opened this issue 1 year ago • 2 comments

The FSharpExpr type indicates that the active patterns for working with it are in the SourceCodeServices module.

https://github.com/dotnet/fsharp/blob/a4666e226f6f37c29128b37361175a52bf09c282/src/Compiler/Symbols/Exprs.fsi#L61

I believe this module was broken up into other namespaces as part of release 40.0.000.

https://github.com/dotnet/fsharp/blob/a4666e226f6f37c29128b37361175a52bf09c282/release-notes.md?plain=1#L122-L124

This should probably be replaced with a reference to FSharp.Compiler.Symbols.FSharpExprPatterns.

tymokvo avatar Jun 07 '24 19:06 tymokvo

Hi! I was wondering if this issue is still relevant, and if it is, is it okay if I could work on it?

alexzzzs avatar Oct 05 '25 11:10 alexzzzs

Hi @alexzzzs ,

yes - we would appreciate a contribution targeting this issue 👍 .

T-Gro avatar Oct 06 '25 10:10 T-Gro