diff options
| author | Maxime Dénès | 2019-01-08 13:41:11 +0100 |
|---|---|---|
| committer | Maxime Dénès | 2019-01-08 18:28:51 +0100 |
| commit | 77bcabbc36c54f3146882885c84b940622da9314 (patch) | |
| tree | 3c155727eceabcc839cc91e0ee062a19c0f67cc8 /lib/system.mli | |
| parent | 727d4da625f88b7ba302d5c129f9773dc1fb1e33 (diff) | |
Fix #3934: coqc -time -quick gives unreadable output
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 a3b79ee528..6dd1eb5a84 100644 --- a/lib/system.mli +++ b/lib/system.mli @@ -105,7 +105,7 @@ val time_difference : time -> time -> float (** in seconds *) val fmt_time_difference : time -> time -> Pp.t -val with_time : batch:bool -> ('a -> 'b) -> 'a -> 'b +val with_time : batch:bool -> header:Pp.t -> ('a -> 'b) -> 'a -> 'b (** [get_toplevel_path program] builds a complete path to the executable denoted by [program]. This involves: |
