diff options
| author | letouzey | 2001-07-04 15:12:59 +0000 |
|---|---|---|
| committer | letouzey | 2001-07-04 15:12:59 +0000 |
| commit | 90a916ee7e0c995dd6a402b685656a02de3947d6 (patch) | |
| tree | 5f3be0c90bd3c7443d60544e6c476dcdd15501b8 /tactics | |
| parent | db69efd2d7764b1845ec2683db7542f0b8e5b3ee (diff) | |
ajout Show Intro(s)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1825 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tactics')
| -rw-r--r-- | tactics/tactics.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tactics/tactics.mli b/tactics/tactics.mli index 6f315f358b..e57eb11b65 100644 --- a/tactics/tactics.mli +++ b/tactics/tactics.mli @@ -59,6 +59,7 @@ val dyn_mutual_cofix : tactic_arg list -> tactic (*s Introduction tactics. *) val next_global_ident_away : identifier -> identifier list -> identifier +val fresh_id : identifier list -> identifier -> goal sigma -> identifier val intro : tactic val introf : tactic |
