diff options
| author | Enrico Tassi | 2018-04-17 10:12:17 +0200 |
|---|---|---|
| committer | Enrico Tassi | 2018-04-19 11:32:07 +0200 |
| commit | 2cf58e18f01fa379c5be3d3dddf41d8051fcc1cc (patch) | |
| tree | cf41c91a05d682f323cda605066dcfa1816b4ac5 /stm/workerLoop.mli | |
| parent | ed5ec093c216bef6629657f69d7f94256e3ec009 (diff) | |
[toplevel] let toploop_init change Coq options
Toplevels may want to modify for example the Stm flags,
which after #1108 are handled in a functional way.
Diffstat (limited to 'stm/workerLoop.mli')
| -rw-r--r-- | stm/workerLoop.mli | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/stm/workerLoop.mli b/stm/workerLoop.mli index f02edb9bba..37ec6dacca 100644 --- a/stm/workerLoop.mli +++ b/stm/workerLoop.mli @@ -11,4 +11,6 @@ (* Default priority *) val async_proofs_worker_priority : CoqworkmgrApi.priority ref -val loop : (unit -> unit) -> Coqargs.coq_cmdopts -> string list -> string list +val loop : + (unit -> unit) -> Coqargs.coq_cmdopts -> string list -> + Coqargs.coq_cmdopts * string list |
