aboutsummaryrefslogtreecommitdiffhomepage
path: root/library/lib.mli
diff options
context:
space:
mode:
Diffstat (limited to 'library/lib.mli')
-rw-r--r--library/lib.mli3
1 files changed, 2 insertions, 1 deletions
diff --git a/library/lib.mli b/library/lib.mli
index 56e79b661..022ddb5cd 100644
--- a/library/lib.mli
+++ b/library/lib.mli
@@ -9,6 +9,7 @@
(*i $Id$ i*)
(*i*)
+open Util
open Names
open Libnames
open Libobject
@@ -141,7 +142,7 @@ val current_prefix : unit -> module_path * dir_path
(*s Backtracking (undo). *)
val reset_to : object_name -> unit
-val reset_name : identifier -> unit
+val reset_name : identifier located -> unit
(* [back n] resets to the place corresponding to the $n$-th call of
[mark_end_of_command] (counting backwards) *)