diff options
Diffstat (limited to 'tactics')
| -rw-r--r-- | tactics/tacticals.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tactics/tacticals.mli b/tactics/tacticals.mli index 49acb49e44..4ac1fb41d0 100644 --- a/tactics/tacticals.mli +++ b/tactics/tacticals.mli @@ -73,9 +73,9 @@ val ifOnClause : (clause * constr -> bool) -> (clause -> tactic) -> (clause -> tactic) -> clause -> tactic -(*i Usage : [ConclPattern concl pat tacast] +(* [ConclPattern concl pat tacast]: if the term concl matches the pattern pat, (in sense of - Pattern.somatches, then replace ?1 ?2 metavars in tacast by the + [Pattern.somatches], then replace [?1] [?2] metavars in tacast by the right values to build a tactic *) val conclPattern : constr -> constr -> Coqast.t -> tactic |
