diff options
| author | herbelin | 2001-01-24 22:26:14 +0000 |
|---|---|---|
| committer | herbelin | 2001-01-24 22:26:14 +0000 |
| commit | 161e0e8073e84ab0f3e982baf7f7122dd3ddfb85 (patch) | |
| tree | 83ef95a0f573d7777aa92221c00b662f199000ad /tactics/tactics.mli | |
| parent | 8b744c66b48182406ecc6d671312204c74c1a53f (diff) | |
Prise en compte des noms longs dans les Hints et les Coercions, et réorganisations diverses
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1271 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics/tactics.mli')
| -rw-r--r-- | tactics/tactics.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tactics/tactics.mli b/tactics/tactics.mli index 4c1bc9770a..9caeafde6e 100644 --- a/tactics/tactics.mli +++ b/tactics/tactics.mli @@ -125,7 +125,7 @@ val reduce : red_expr -> identifier list -> tactic val dyn_reduce : tactic_arg list -> tactic val dyn_change : tactic_arg list -> tactic -val unfold_constr : constr -> tactic +val unfold_constr : global_reference -> tactic val pattern_option : (int list * constr * constr) list -> identifier option -> tactic |
