aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/vernacentries.mli
diff options
context:
space:
mode:
Diffstat (limited to 'toplevel/vernacentries.mli')
-rw-r--r--toplevel/vernacentries.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/toplevel/vernacentries.mli b/toplevel/vernacentries.mli
index 85daf4375..0eca1143f 100644
--- a/toplevel/vernacentries.mli
+++ b/toplevel/vernacentries.mli
@@ -52,7 +52,7 @@ type pcoq_hook = {
solve : int -> unit;
abort : string -> unit;
search : searchable -> dir_path list * bool -> unit;
- print_name : Nametab.qualid Util.located -> unit;
+ print_name : Libnames.qualid Util.located -> unit;
print_check : Environ.unsafe_judgment -> unit;
print_eval : (constr -> constr) -> Environ.env -> Coqast.t -> Environ.unsafe_judgment -> unit;
show_goal : int option -> unit