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.
2 parents 4ceab47 + 2faf1ca commit 6fb94a3Copy full SHA for 6fb94a3
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