aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/tacticals.mli
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-01-21 18:45:36 +0100
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-01-21 23:56:01 +0100
commit176d8e004153e65688dc8ef4f22f7939fd6101b1 (patch)
tree1a5343064619e3442c4cc0cb8da4e103167dc743 /tactics/tacticals.mli
parentbe0eca32fae93ed4793c2f839bb9e725b6a963d1 (diff)
New step on recent 9c2662eecc398f3 (strong invariants on tuple pattern).
- Fixing dead code, doc. - Relaxing constraints on using an as-tuple in inversion.
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