diff options
| author | Maxime Dénès | 2018-02-13 11:17:29 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2018-02-13 11:17:29 +0100 |
| commit | 4f65dfb13d8bb395abf4aa405cae9ed529302a06 (patch) | |
| tree | 3faa2bdcd321394097b1d8c04372a409b0835879 /stm/workerLoop.mli | |
| parent | 19d4ba5fa2ff8827f86d00df95a88e3f5cbdfd10 (diff) | |
| parent | e5fbfbb162f95b30426fbe06f278c6d031abfd8a (diff) | |
Merge PR #6693: [toplevel] Refactor command line argument handling.
Diffstat (limited to 'stm/workerLoop.mli')
| -rw-r--r-- | stm/workerLoop.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stm/workerLoop.mli b/stm/workerLoop.mli index da2e6fe0cc..c42b48a287 100644 --- a/stm/workerLoop.mli +++ b/stm/workerLoop.mli @@ -9,4 +9,4 @@ (* Default priority *) val async_proofs_worker_priority : CoqworkmgrApi.priority ref -val loop : (unit -> unit) -> string list -> string list +val loop : (unit -> unit) -> Coqargs.coq_cmdopts -> string list -> string list |
