aboutsummaryrefslogtreecommitdiff
path: root/toplevel/coqtop.mli
diff options
context:
space:
mode:
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 0000000000..3a97b3b921
--- /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