aboutsummaryrefslogtreecommitdiffhomepage
path: root/toplevel/toplevel.mllib
diff options
context:
space:
mode:
authorGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2014-06-25 11:09:55 +0200
committerGravatar Enrico Tassi <Enrico.Tassi@inria.fr>2014-06-25 13:50:24 +0200
commit0a829ad04841d0973b22b4407b95f518276b66e7 (patch)
treef91845fb7722a15f13f2337c32c6ca92f9408d7f /toplevel/toplevel.mllib
parentb354b232c3356159f6866fab00816cd5412cd036 (diff)
cut toploop(s) out of coqtop: now they are loaded dynamically
User interface writers can drop a footop.cmxs in $(COQLIB)/toploop/ and pass -toploop footop to customize the coq main loop. A toploop must set Coqtop.toploop_init and Coqtop.toploop_run to functions respectively initializing the toploop (and parsing toploop specific arguments) and running the main loop itself. For backward compatibility -ideslave and -async-proofs worker do set the toploop to coqidetop and stmworkertop respectively.
Diffstat (limited to 'toplevel/toplevel.mllib')
-rw-r--r--toplevel/toplevel.mllib1
1 files changed, 0 insertions, 1 deletions
diff --git a/toplevel/toplevel.mllib b/toplevel/toplevel.mllib
index a5519d586..d22524e5c 100644
--- a/toplevel/toplevel.mllib
+++ b/toplevel/toplevel.mllib
@@ -15,7 +15,6 @@ Mltop
Vernacentries
Whelp
Vernac
-Ide_slave
Usage
Coqloop
Coqinit