aboutsummaryrefslogtreecommitdiff
path: root/lib/system.mli
diff options
context:
space:
mode:
authorEnrico Tassi2019-01-09 11:14:21 +0100
committerEnrico Tassi2019-01-09 11:14:21 +0100
commit7f2e50319d77d09ecc9fdbd6695dd9c92f8389d0 (patch)
treea65c7019fa61fe34def2b08537d87824137f1a4a /lib/system.mli
parent2c4c8357a701ddd7bc8ee73a5c457d3844948867 (diff)
parent77bcabbc36c54f3146882885c84b940622da9314 (diff)
Merge PR #9316: Fix #3934: coqc -time -quick gives unreadable output
Diffstat (limited to 'lib/system.mli')
-rw-r--r--lib/system.mli2
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: