aboutsummaryrefslogtreecommitdiffhomepage
path: root/intf/vernacexpr.mli
diff options
context:
space:
mode:
authorGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2016-08-27 06:48:46 +0200
committerGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2016-08-27 06:48:46 +0200
commit26ed8658149d14efa6e4d077c573481281cb610e (patch)
tree573900ad783ec67dd4a2207b9ac8b30054df7ab3 /intf/vernacexpr.mli
parent7244637f251272c0d0155d49fc7c1af255b7cef8 (diff)
Support qualified identifiers in Show Match (bug #5050).
Diffstat (limited to 'intf/vernacexpr.mli')
-rw-r--r--intf/vernacexpr.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/intf/vernacexpr.mli b/intf/vernacexpr.mli
index 156e00368..ed44704df 100644
--- a/intf/vernacexpr.mli
+++ b/intf/vernacexpr.mli
@@ -106,7 +106,7 @@ type showable =
| ShowTree
| ShowProofNames
| ShowIntros of bool
- | ShowMatch of lident
+ | ShowMatch of reference
| ShowThesis
type comment =