aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/tacticals.mli
diff options
context:
space:
mode:
Diffstat (limited to 'tactics/tacticals.mli')
-rw-r--r--tactics/tacticals.mli6
1 files changed, 3 insertions, 3 deletions
diff --git a/tactics/tacticals.mli b/tactics/tacticals.mli
index 4b7053611..ffcc71b45 100644
--- a/tactics/tacticals.mli
+++ b/tactics/tacticals.mli
@@ -111,10 +111,10 @@ type branch_assumptions = {
ba : branch_args; (** the branch args *)
assums : Context.Named.t} (** the list of assumptions introduced *)
-(** [check_disjunctive_pattern_size loc pats n] returns an appropriate
- error message if |pats| <> n; extends them if no pattern is given
+(** [get_and_check_or_and_pattern loc pats branchsign] returns an appropriate
+ error message if |pats| <> |branchsign|; extends them if no pattern is given
for let-ins in the case of a conjunctive pattern *)
-val get_and_check_or_and_pattern :
+val get_and_check_or_and_pattern :
Loc.t -> delayed_open_constr or_and_intro_pattern_expr ->
bool list array -> intro_patterns array