Skip to content

Commit

Permalink
remove duplicate entry of DebugPoint AP in Exprs.fsi (#16100)
Browse files Browse the repository at this point in the history
  • Loading branch information
dawedawe authored Oct 10, 2023
1 parent 5b94f74 commit 9713667
Showing 1 changed file with 0 additions and 3 deletions.
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

0 comments on commit 9713667

Please sign in to comment.