aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/coqtop.mli
diff options
context:
space:
mode:
authorGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-11-14 16:38:23 +0000
committerGravatar pboutill <pboutill@85f007b7-540e-0410-9357-904b9bb8a0f7>2011-11-14 16:38:23 +0000
commit8b2abed090d7058fd6da576444a581d854b4d5d9 (patch)
treeaceecd6a1712b44685823fc02d15034bd721df8c /toplevel/coqtop.mli
parent6c0af6104d41762220a1d613d2331e7a0294df80 (diff)
Bug 2637: patches to make slightly easier to write programs that use coq code, without the toplevel.
by Tom Prince git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@14651 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel/coqtop.mli')
-rw-r--r--toplevel/coqtop.mli2
1 files changed, 2 insertions, 0 deletions
diff --git a/toplevel/coqtop.mli b/toplevel/coqtop.mli
index 9da66398c..16d2b8747 100644
--- a/toplevel/coqtop.mli
+++ b/toplevel/coqtop.mli
@@ -11,4 +11,6 @@
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 init_toplevel : string list -> unit
+
val start : unit -> unit