aboutsummaryrefslogtreecommitdiffhomepage
path: root/translate/ppvernacnew.ml
diff options
context:
space:
mode:
Diffstat (limited to 'translate/ppvernacnew.ml')
-rw-r--r--translate/ppvernacnew.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/translate/ppvernacnew.ml b/translate/ppvernacnew.ml
index 2a8cc3c9b..c7602c2b0 100644
--- a/translate/ppvernacnew.ml
+++ b/translate/ppvernacnew.ml
@@ -1040,7 +1040,7 @@ let rec pr_vernac = function
| VernacExtend (s,c) -> pr_extend s c
| VernacV7only _ -> mt()
| VernacV8only com -> pr_vernac com
- | VernacProof Tacexpr.TacId -> str "Proof"
+ | VernacProof Tacexpr.TacId _ -> str "Proof"
| VernacProof te -> str "Proof with" ++ spc() ++ pr_raw_tactic te
and pr_extend s cl =