aboutsummaryrefslogtreecommitdiff
path: root/intf
diff options
context:
space:
mode:
Diffstat (limited to 'intf')
-rw-r--r--intf/tacexpr.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/intf/tacexpr.mli b/intf/tacexpr.mli
index 7c898b75eb..c4e91d32ee 100644
--- a/intf/tacexpr.mli
+++ b/intf/tacexpr.mli
@@ -22,7 +22,7 @@ open Locus
type direction_flag = bool (* true = Left-to-right false = right-to-right *)
type lazy_flag =
| General (* returns all possible successes *)
- | Lazy (* returns all successes of the first matching branch *)
+ | Select (* returns all successes of the first matching branch *)
| Once (* returns the first success in a maching branch
(not necessarily the first) *)
type evars_flag = bool (* true = pose evars false = fail on evars *)