diff options
| author | filliatr | 2004-02-24 14:55:56 +0000 |
|---|---|---|
| committer | filliatr | 2004-02-24 14:55:56 +0000 |
| commit | be8f2b498e2a7d8002c33be7b8080dffbae41d05 (patch) | |
| tree | 40b5e965766915a75cbef4c609489101d3381b8e /tools/coqdoc/pretty.mli | |
| parent | 999de9810d31857799d3a720ac1b4de5ef1f090f (diff) | |
coqdoc
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@5377 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tools/coqdoc/pretty.mli')
| -rw-r--r-- | tools/coqdoc/pretty.mli | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/coqdoc/pretty.mli b/tools/coqdoc/pretty.mli new file mode 100644 index 0000000000..bfbdf91bf5 --- /dev/null +++ b/tools/coqdoc/pretty.mli @@ -0,0 +1,19 @@ +(***********************************************************************) +(* v * The Coq Proof Assistant / The Coq Development Team *) +(* <O___,, * INRIA-Rocquencourt & LRI-CNRS-Orsay *) +(* \VV/ *************************************************************) +(* // * This file is distributed under the terms of the *) +(* * GNU Lesser General Public License Version 2.1 *) +(***********************************************************************) + +(*i $Id$ i*) + +open Index + +type file = + | Vernac_file of string * coq_module + | Latex_file of string + +val gallina : bool ref + +val produce_document : file list -> unit |
