diff options
| author | Gaëtan Gilbert | 2018-09-28 15:36:14 +0200 |
|---|---|---|
| committer | Gaëtan Gilbert | 2018-09-28 15:36:14 +0200 |
| commit | d0122151acdbe15b88d144b730baf5b0febf3c70 (patch) | |
| tree | e1649d77813269a8f27ab25530718a994ce0b25c /lib/system.mli | |
| parent | f070a1f6eb99de1461d5a846a4f9ed47dafa79c6 (diff) | |
| parent | 1a331405aa87c81eb51929557a7f3f10f8eabccf (diff) | |
Merge PR #8578: [dune] Allow to build CI after a Dune build.
Diffstat (limited to 'lib/system.mli')
| -rw-r--r-- | lib/system.mli | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/system.mli b/lib/system.mli index a34280037c..f13fd30923 100644 --- a/lib/system.mli +++ b/lib/system.mli @@ -122,4 +122,4 @@ val with_time : batch:bool -> ('a -> 'b) -> 'a -> 'b the right name you want you execution to fail rather than fall into choosing some random binary from the system-wide installation of Coq. *) -val get_toplevel_path : string -> string +val get_toplevel_path : ?byte:bool -> string -> string |
