aboutsummaryrefslogtreecommitdiffhomepage
path: root/interp/dumpglob.mli
diff options
context:
space:
mode:
Diffstat (limited to 'interp/dumpglob.mli')
-rw-r--r--interp/dumpglob.mli4
1 files changed, 2 insertions, 2 deletions
diff --git a/interp/dumpglob.mli b/interp/dumpglob.mli
index a3e67234c..4a0752a3a 100644
--- a/interp/dumpglob.mli
+++ b/interp/dumpglob.mli
@@ -25,14 +25,14 @@ val continue : unit -> unit
val add_glob : Loc.t -> Globnames.global_reference -> unit
val add_glob_kn : Loc.t -> Names.kernel_name -> unit
-val dump_definition : Loc.t * Names.identifier -> bool -> string -> unit
+val dump_definition : Loc.t * Names.Id.t -> bool -> string -> unit
val dump_moddef : Loc.t -> Names.module_path -> string -> unit
val dump_modref : Loc.t -> Names.module_path -> string -> unit
val dump_reference : Loc.t -> string -> string -> string -> unit
val dump_libref : Loc.t -> Names.dir_path -> string -> unit
val dump_notation_location : (int * int) list -> Constrexpr.notation ->
(Notation.notation_location * Notation_term.scope_name option) -> unit
-val dump_binding : Loc.t -> Names.Idset.elt -> unit
+val dump_binding : Loc.t -> Names.Id.Set.elt -> unit
val dump_notation :
Loc.t * (Constrexpr.notation * Notation.notation_location) ->
Notation_term.scope_name option -> bool -> unit