From 9713667372b3b57b6837d2baacaf33c669b420e3 Mon Sep 17 00:00:00 2001 From: dawe Date: Tue, 10 Oct 2023 11:12:25 +0200 Subject: [PATCH] remove duplicate entry of DebugPoint AP in Exprs.fsi (#16100) --- src/Compiler/Symbols/Exprs.fsi | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/Compiler/Symbols/Exprs.fsi b/src/Compiler/Symbols/Exprs.fsi index e05c7b31560..f98dbf73408 100644 --- a/src/Compiler/Symbols/Exprs.fsi +++ b/src/Compiler/Symbols/Exprs.fsi @@ -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