aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/coqtop.mli
diff options
context:
space:
mode:
authorGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-03-03 16:32:36 +0000
committerGravatar filliatr <filliatr@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-03-03 16:32:36 +0000
commit07eb98ea43ad9e3a4a4a61e883907e20bc06de37 (patch)
tree1bf025ccb99e9d3768046e6df249d831b5db85d7 /toplevel/coqtop.mli
parenta427e5e61ee97b58a95953518918842408390ce2 (diff)
fichiers sur la ligne de commande passes a Coq IDE
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3728 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel/coqtop.mli')
-rw-r--r--toplevel/coqtop.mli8
1 files changed, 4 insertions, 4 deletions
diff --git a/toplevel/coqtop.mli b/toplevel/coqtop.mli
index 42618505f..1df5bb8c8 100644
--- a/toplevel/coqtop.mli
+++ b/toplevel/coqtop.mli
@@ -15,9 +15,9 @@
val start : unit -> unit
-(* [init] is already called by [start], but exported here to be reused
- by the Coq IDE. It does everything [start] does, except launching
- the toplevel loop. *)
+(* [init_ide] is to be used by the Coq IDE.
+ It does everything [start] does, except launching the toplevel loop.
+ It returns the list of Coq files given on the command line. *)
-val init : unit -> unit
+val init_ide : unit -> string list