aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/coqide.mli
diff options
context:
space:
mode:
authorGravatar monate <monate@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-05-07 17:11:01 +0000
committerGravatar monate <monate@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-05-07 17:11:01 +0000
commite8d357d51e1576e450023aa76fc127de83f9c011 (patch)
tree042a1632057e59be8158c1d870c1223738b26518 /ide/coqide.mli
parentcb0d0225498c773c3f0b4740c2a1f3db219c894a (diff)
coqide: missing files
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3995 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/coqide.mli')
-rw-r--r--ide/coqide.mli16
1 files changed, 16 insertions, 0 deletions
diff --git a/ide/coqide.mli b/ide/coqide.mli
new file mode 100644
index 000000000..b5ffba051
--- /dev/null
+++ b/ide/coqide.mli
@@ -0,0 +1,16 @@
+(***********************************************************************)
+(* 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 *)
+(***********************************************************************)
+
+(* $Id$ *)
+
+(* The CoqIde main module. The following function [start] will parse the
+ command line, initialize the load path, load the input
+ state, load the files given on the command line, load the ressource file,
+ produce the output state if any, and finally will launch the interface. *)
+
+val start : unit -> unit