diff options
| author | herbelin | 2003-11-25 13:16:05 +0000 |
|---|---|---|
| committer | herbelin | 2003-11-25 13:16:05 +0000 |
| commit | 865d62e4551eb6a1f0c99677642bb721cc34f5b3 (patch) | |
| tree | 65ab9a47ae0445819ea300861789b0afa8b538dd | |
| parent | 4b0f28073b3db03d1991c680be99aedbb45de225 (diff) | |
Traduction Print Proof
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4988 85f007b7-540e-0410-9357-904b9bb8a0f7
| -rw-r--r-- | translate/ppvernacnew.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/translate/ppvernacnew.ml b/translate/ppvernacnew.ml index 82f01ae0c0..fd16ef5ade 100644 --- a/translate/ppvernacnew.ml +++ b/translate/ppvernacnew.ml @@ -1006,7 +1006,7 @@ let rec pr_vernac = function | PrintCoercions -> str"Print Coercions" | PrintCoercionPaths (s,t) -> str"Print Coercion Paths" ++ spc() ++ pr_class_rawexpr s ++ spc() ++ pr_class_rawexpr t | PrintTables -> str"Print Tables" - | PrintOpaqueName qid -> str"Print Proof" ++ spc() ++ pr_reference qid + | PrintOpaqueName qid -> str"Print Term" ++ spc() ++ pr_reference qid | PrintHintGoal -> str"Print Hint" | PrintHint qid -> str"Print Hint" ++ spc() ++ pr_reference qid | PrintHintDb -> str"Print Hint *" |
