diff options
| author | herbelin | 2003-04-07 17:19:41 +0000 |
|---|---|---|
| committer | herbelin | 2003-04-07 17:19:41 +0000 |
| commit | 928287134ab9dd23258c395589f8633e422e939f (patch) | |
| tree | 192971793635b1057b78004b14df4ad5dfac9561 /translate/pptacticnew.mli | |
| parent | c4ef643444acecdb4c08a74f37b9006ae060c5af (diff) | |
Globalisation des noms de tactiques dans les définitions de tactiques
pour compatibilité avec les modules.
Globalisation partielle des invocations de tactiques hors définitions
(partielle car noms des Intros/Assert/Inversion/... non connus).
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3857 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'translate/pptacticnew.mli')
| -rw-r--r-- | translate/pptacticnew.mli | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/translate/pptacticnew.mli b/translate/pptacticnew.mli index 41fc97da91..e6772405f4 100644 --- a/translate/pptacticnew.mli +++ b/translate/pptacticnew.mli @@ -15,5 +15,7 @@ open Proof_type open Topconstr val pr_raw_tactic : Environ.env -> raw_tactic_expr -> std_ppcmds -val pr_gen : Environ.env -> - (constr_expr, raw_tactic_expr) generic_argument -> std_ppcmds + +val pr_glob_tactic : Environ.env -> glob_tactic_expr -> std_ppcmds + +val pr_tactic : Environ.env -> Proof_type.tactic_expr -> std_ppcmds |
