diff options
| author | sacerdot | 2000-11-27 15:58:21 +0000 |
|---|---|---|
| committer | sacerdot | 2000-11-27 15:58:21 +0000 |
| commit | 7b6eff67e52128871d637630ab37a9f051b95fdd (patch) | |
| tree | ba905ae1a2aca9b19327f0dcfc2c50f185ebaa03 /contrib/xml/xmlcommand.mli | |
| parent | a720663f5af76b5876d4f77dba88eafb927a650f (diff) | |
Many improvements. Xml contrib retached to the V7.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@994 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'contrib/xml/xmlcommand.mli')
| -rw-r--r-- | contrib/xml/xmlcommand.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/xml/xmlcommand.mli b/contrib/xml/xmlcommand.mli index df1a9f8b42..885873bfe4 100644 --- a/contrib/xml/xmlcommand.mli +++ b/contrib/xml/xmlcommand.mli @@ -19,7 +19,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.identifier -> string option -> unit +val print : Names.qualid -> string option -> unit (* show dest *) (* where dest is either None (for stdout) or (Some filename) *) |
