diff options
| author | Emilio Jesus Gallego Arias | 2019-07-08 12:23:00 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2019-07-08 12:23:00 +0200 |
| commit | d6954d853ac1e0bdcf63a50b9d96fcb38559d8a9 (patch) | |
| tree | 5c17149292f54e3bfe3b4d3977825a10c3de8a92 /toplevel/workerLoop.mli | |
| parent | ae7fc8bc74289bd8a1eca48c8ca8ecf923888285 (diff) | |
| parent | f2779d48d3b7735687444e22b16cdb7cb8f7ce60 (diff) | |
Merge PR #10246: Investigations in the initialization of coq binaries and command line (part 1)
Reviewed-by: ejgallego
Ack-by: gares
Ack-by: herbelin
Diffstat (limited to 'toplevel/workerLoop.mli')
| -rw-r--r-- | toplevel/workerLoop.mli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toplevel/workerLoop.mli b/toplevel/workerLoop.mli index 685a10f6f3..8d6f0b1988 100644 --- a/toplevel/workerLoop.mli +++ b/toplevel/workerLoop.mli @@ -8,7 +8,7 @@ (* * (see LICENSE file for the text of the license) *) (************************************************************************) -(* Register a STM worker *) +(* Register a STM worker of a given executable name *) val start : init:(unit -> unit) -> - loop:(unit -> unit) -> unit + loop:(unit -> unit) -> string -> unit |
