aboutsummaryrefslogtreecommitdiff
path: root/contrib/xml/xmlcommand.mli
diff options
context:
space:
mode:
authorherbelin2004-03-30 11:00:04 +0000
committerherbelin2004-03-30 11:00:04 +0000
commitf5e8da3bbf50e7a826398a05ba7c5cfafe667a6e (patch)
treec9b90cac2d4155763e413a518f729032f1c60f71 /contrib/xml/xmlcommand.mli
parentd7a64f8b6efd748625c8eb9aa2aef08ca618e5c6 (diff)
Distinction entre declarations internes (p.ex. _subproof) et declarations utilisateurs pour export xml
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5609 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 ed3713ff75..535bb915a2 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.global_reference -> string option -> unit
+val print : bool -> Libnames.global_reference -> string option -> unit
(* show dest *)
(* where dest is either None (for stdout) or (Some filename) *)