aboutsummaryrefslogtreecommitdiff
path: root/contrib/xml/xmlcommand.mli
diff options
context:
space:
mode:
authorherbelin2004-03-26 16:34:07 +0000
committerherbelin2004-03-26 16:34:07 +0000
commitb9d23273d6ccbdf724e36f2ddccddaad9f0f5abd (patch)
tree12f047f09bacd7dd7a74c09a6c69d244148fcb65 /contrib/xml/xmlcommand.mli
parent765e82160fb2c40fe3f51cae75d73f80077398f8 (diff)
Ajout exportation des 'theory.xml' + divers
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5576 85f007b7-540e-0410-9357-904b9bb8a0f7
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 c82b246d47..ed3713ff75 100644
--- a/contrib/xml/xmlcommand.mli
+++ b/contrib/xml/xmlcommand.mli
@@ -28,7 +28,7 @@
(* Note: it is printed only (and directly) the most discharged available *)
(* form of the definition (all the parameters are *)
(* lambda-abstracted, but the object can still refer to variables) *)
-val print : Libnames.reference -> string option -> unit
+val print : Libnames.global_reference -> string option -> unit
(* show dest *)
(* where dest is either None (for stdout) or (Some filename) *)