aboutsummaryrefslogtreecommitdiff
path: root/interp/dumpglob.mli
diff options
context:
space:
mode:
authorLysxia2020-04-19 09:47:13 -0400
committerLysxia2020-04-19 09:47:13 -0400
commit8d3f4fcd162c7dd23619f605d55e9a773c131e0e (patch)
tree4cffc5a5e6268006249efe398129c582b94788f8 /interp/dumpglob.mli
parentf3af9a4c6e6813f32dfe632209e145ffbf5fed98 (diff)
parent1b344958231af8fadfd2b45316f27e8626bae4b6 (diff)
Merge PR #12033: Let coqdoc be informed by coq about binding variables (incidentally fixes #7697)
Reviewed-by: Lysxia
Diffstat (limited to 'interp/dumpglob.mli')
-rw-r--r--interp/dumpglob.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/interp/dumpglob.mli b/interp/dumpglob.mli
index 5409b20472..14e5a81308 100644
--- a/interp/dumpglob.mli
+++ b/interp/dumpglob.mli
@@ -36,7 +36,7 @@ val dump_secvar : ?loc:Loc.t -> Names.Id.t -> unit
val dump_libref : ?loc:Loc.t -> Names.DirPath.t -> string -> unit
val dump_notation_location : (int * int) list -> Constrexpr.notation ->
(Notation.notation_location * Notation_term.scope_name option) -> unit
-val dump_binding : ?loc:Loc.t -> Names.Id.Set.elt -> unit
+val dump_binding : ?loc:Loc.t -> string -> unit
val dump_notation :
(Constrexpr.notation * Notation.notation_location) Loc.located ->
Notation_term.scope_name option -> bool -> unit