Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions src/Compiler/Symbols/Exprs.fsi
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,3 @@ module public FSharpExprPatterns =

/// Indicates a witness argument index from the witness arguments supplied to the enclosing method
val (|WitnessArg|_|): FSharpExpr -> int option

/// Matches an expression with a debug point
val (|DebugPoint|_|): FSharpExpr -> (DebugPointAtLeafExpr * FSharpExpr) option