From aa2521b9b3ac1118d07b5ed9d6f177509b0d3785 Mon Sep 17 00:00:00 2001 From: dawe Date: Mon, 9 Oct 2023 18:48:12 +0200 Subject: [PATCH] remove duplicate entry of DebugPoint AP in Exprs.fsi --- 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