aboutsummaryrefslogtreecommitdiff
path: root/contrib/xml/xmlcommand.mli
diff options
context:
space:
mode:
authorherbelin2001-03-01 14:02:59 +0000
committerherbelin2001-03-01 14:02:59 +0000
commit7b6ed1e95bef26f4ae85d7471985128c0dfdbc15 (patch)
treea2beab552c8e57d5db2833494e5cc79e6374cc84 /contrib/xml/xmlcommand.mli
parent2a9a43be51ac61e04ebf3fce902899155b48057f (diff)
Déplacement de qualid dans Nametab, hors du noyau
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1419 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 827cb34f64..1c9b22070a 100644
--- a/contrib/xml/xmlcommand.mli
+++ b/contrib/xml/xmlcommand.mli
@@ -21,7 +21,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 : Names.qualid -> string option -> unit
+val print : Nametab.qualid -> string option -> unit
(* show dest *)
(* where dest is either None (for stdout) or (Some filename) *)