aboutsummaryrefslogtreecommitdiff
path: root/printing
diff options
context:
space:
mode:
authorGuillaume Melquiond2016-08-27 06:48:46 +0200
committerGuillaume Melquiond2016-08-27 06:48:46 +0200
commit26ed8658149d14efa6e4d077c573481281cb610e (patch)
tree573900ad783ec67dd4a2207b9ac8b30054df7ab3 /printing
parent7244637f251272c0d0155d49fc7c1af255b7cef8 (diff)
Support qualified identifiers in Show Match (bug #5050).
Diffstat (limited to 'printing')
-rw-r--r--printing/ppvernac.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/ppvernac.ml b/printing/ppvernac.ml
index 0d47b34dfd..40ce28dc0c 100644
--- a/printing/ppvernac.ml
+++ b/printing/ppvernac.ml
@@ -591,7 +591,7 @@ module Make
| ShowTree -> keyword "Show Tree"
| ShowProofNames -> keyword "Show Conjectures"
| ShowIntros b -> keyword "Show " ++ (if b then keyword "Intros" else keyword "Intro")
- | ShowMatch id -> keyword "Show Match " ++ pr_lident id
+ | ShowMatch id -> keyword "Show Match " ++ pr_reference id
| ShowThesis -> keyword "Show Thesis"
in
return (pr_showable s)