aboutsummaryrefslogtreecommitdiffhomepage
path: root/parsing/prettyp.mli
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/prettyp.mli')
-rw-r--r--parsing/prettyp.mli8
1 files changed, 4 insertions, 4 deletions
diff --git a/parsing/prettyp.mli b/parsing/prettyp.mli
index 2d175f1f9..54d952ed5 100644
--- a/parsing/prettyp.mli
+++ b/parsing/prettyp.mli
@@ -30,8 +30,8 @@ val print_context : bool -> Lib.library_segment -> std_ppcmds
val print_library_entry : bool -> (object_name * Lib.node) -> std_ppcmds
val print_full_context : unit -> std_ppcmds
val print_full_context_typ : unit -> std_ppcmds
-val print_sec_context : qualid located -> std_ppcmds
-val print_sec_context_typ : qualid located -> std_ppcmds
+val print_sec_context : reference -> std_ppcmds
+val print_sec_context_typ : reference -> std_ppcmds
val print_judgment : env -> unsafe_judgment -> std_ppcmds
val print_safe_judgment : env -> Safe_typing.judgment -> std_ppcmds
val print_eval :
@@ -40,8 +40,8 @@ val print_eval :
val build_inductive : mutual_inductive -> int ->
global_reference * rel_context * types * identifier array * types array
val print_mutual : mutual_inductive -> std_ppcmds
-val print_name : qualid located -> std_ppcmds
-val print_opaque_name : qualid located -> std_ppcmds
+val print_name : reference -> std_ppcmds
+val print_opaque_name : reference -> std_ppcmds
val print_local_context : unit -> std_ppcmds
(*i