We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1695c5e commit 2faf1caCopy full SHA for 2faf1ca
src/Compiler/Symbols/Exprs.fsi
@@ -58,7 +58,7 @@ type public FSharpImplementationFileDeclaration =
58
| InitAction of action: FSharpExpr
59
60
/// Represents a checked and reduced expression, as seen by the F# language. The active patterns
61
-/// in 'FSharp.Compiler.SourceCodeServices' can be used to analyze information about the expression.
+/// in 'FSharp.Compiler.Symbols.FSharpExprPatterns' can be used to analyze information about the expression.
62
///
63
/// Pattern matching is reduced to decision trees and conditional tests. Some other
64
/// constructs may be represented in reduced form.
0 commit comments