diff options
| author | filliatr | 1999-12-13 09:07:25 +0000 |
|---|---|---|
| committer | filliatr | 1999-12-13 09:07:25 +0000 |
| commit | 677cf7db31c0dbf2f138ba2d25063737dfc662c5 (patch) | |
| tree | 31ed7936e2db7c1d72665e23a61e030434e686f8 /tactics | |
| parent | e23a63f9920eff0fcc392dcdf11806393402d24c (diff) | |
documentation
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@245 85f007b7-540e-0410-9357-904b9bb8a0f7
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 |
