aboutsummaryrefslogtreecommitdiff
path: root/tactics
diff options
context:
space:
mode:
Diffstat (limited to 'tactics')
-rw-r--r--tactics/tacinterp.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tacinterp.ml b/tactics/tacinterp.ml
index a8da8c81f5..a088070342 100644
--- a/tactics/tacinterp.ml
+++ b/tactics/tacinterp.ml
@@ -1559,7 +1559,7 @@ and interp_match_successes lz ist s =
match lz with
| General ->
general
- | Lazy ->
+ | Select ->
begin
(** Only keep the first matching result, we don't backtrack on it *)
let s = Proofview.tclONCE s in