aboutsummaryrefslogtreecommitdiffhomepage
path: root/contrib/xml/xmlcommand.mli
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/xml/xmlcommand.mli')
-rw-r--r--contrib/xml/xmlcommand.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/xml/xmlcommand.mli b/contrib/xml/xmlcommand.mli
index 4690e21c1..6e43be9c2 100644
--- a/contrib/xml/xmlcommand.mli
+++ b/contrib/xml/xmlcommand.mli
@@ -28,7 +28,7 @@
(* Note: it is printed only (and directly) the most cooked available *)
(* form of the definition (all the parameters are *)
(* lambda-abstracted, but the object can still refer to variables) *)
-val print : Libnames.qualid Util.located -> string option -> unit
+val print : Libnames.reference -> string option -> unit
(* show dest *)
(* where dest is either None (for stdout) or (Some filename) *)