diff options
| author | Guillaume Melquiond | 2016-08-27 06:48:46 +0200 |
|---|---|---|
| committer | Guillaume Melquiond | 2016-08-27 06:48:46 +0200 |
| commit | 26ed8658149d14efa6e4d077c573481281cb610e (patch) | |
| tree | 573900ad783ec67dd4a2207b9ac8b30054df7ab3 /printing | |
| parent | 7244637f251272c0d0155d49fc7c1af255b7cef8 (diff) | |
Support qualified identifiers in Show Match (bug #5050).
Diffstat (limited to 'printing')
| -rw-r--r-- | printing/ppvernac.ml | 2 |
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) |
