aboutsummaryrefslogtreecommitdiffhomepage
path: root/printing/prettyp.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-07-21 16:52:52 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-07-21 17:21:54 +0200
commit4a268c0ddd21d4e8e07495c362757c4c6f477fcc (patch)
tree3fc3ffb55e5ab0091c9df025fd0d617c2c3e1aff /printing/prettyp.mli
parentf27df397b49d2bb469e513749cade21e5c259926 (diff)
Unifying locate code, also making it more powerful: it is now able to find
any prefix of the given qualid.
Diffstat (limited to 'printing/prettyp.mli')
-rw-r--r--printing/prettyp.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/printing/prettyp.mli b/printing/prettyp.mli
index de34131fe..595637745 100644
--- a/printing/prettyp.mli
+++ b/printing/prettyp.mli
@@ -57,6 +57,7 @@ val inspect : int -> std_ppcmds
val print_located_qualid : reference -> std_ppcmds
val print_located_term : reference -> std_ppcmds
val print_located_tactic : reference -> std_ppcmds
+val print_located_module : reference -> std_ppcmds
type object_pr = {
print_inductive : mutual_inductive -> std_ppcmds;