aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/coqtop.mli
diff options
context:
space:
mode:
authorGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>1999-12-13 09:05:20 +0000
committerGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>1999-12-13 09:05:20 +0000
commite23a63f9920eff0fcc392dcdf11806393402d24c (patch)
tree5059b0c778ca4867cd5d7b4cf7fe172638e20b4b /toplevel/coqtop.mli
parent2b62054dcccae08fdb5b61145e4b84d746e6faf1 (diff)
documentation interfaces
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@244 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel/coqtop.mli')
-rw-r--r--toplevel/coqtop.mli9
1 files changed, 9 insertions, 0 deletions
diff --git a/toplevel/coqtop.mli b/toplevel/coqtop.mli
new file mode 100644
index 000000000..3a97b3b92
--- /dev/null
+++ b/toplevel/coqtop.mli
@@ -0,0 +1,9 @@
+
+(* $Id$ *)
+
+(* The Coq main module. The following function [start] will parse the
+ command line, print the banner, 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 [Toplevel.loop]. *)
+
+val start : unit -> unit