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 /vernac/topfmt.mli | |
| parent | 727d4da625f88b7ba302d5c129f9773dc1fb1e33 (diff) | |
Fix #3934: coqc -time -quick gives unreadable output
Diffstat (limited to 'vernac/topfmt.mli')
| -rw-r--r-- | vernac/topfmt.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vernac/topfmt.mli b/vernac/topfmt.mli index 0ddf474970..5f84c5edee 100644 --- a/vernac/topfmt.mli +++ b/vernac/topfmt.mli @@ -71,3 +71,4 @@ val print_err_exn : exn -> unit redirected to a file [file] *) val with_output_to_file : string -> ('a -> 'b) -> 'a -> 'b +val pr_cmd_header : Vernacexpr.vernac_control CAst.t -> Pp.t |
