diff options
| author | Jason Gross | 2019-11-27 17:14:51 -0500 |
|---|---|---|
| committer | Jason Gross | 2019-12-06 16:06:35 -0500 |
| commit | 1522090b4cd7a8b7c7e83e316c79bc8c06ab62e9 (patch) | |
| tree | 33ba48a5ebf76a0c248beb4f4dfd42dc0054d299 /plugins | |
| parent | 28c4f57e0614523879201d1c59816cde188e5b22 (diff) | |
Make the string argument of `time` print correctly
Fixes #10971
Diffstat (limited to 'plugins')
| -rw-r--r-- | plugins/ltac/pptactic.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ltac/pptactic.ml b/plugins/ltac/pptactic.ml index 6df068883c..e0b702ba89 100644 --- a/plugins/ltac/pptactic.ml +++ b/plugins/ltac/pptactic.ml @@ -971,7 +971,7 @@ let pr_goal_selector ~toplevel s = | TacTime (s,t) -> hov 1 ( keyword "time" - ++ pr_opt str s ++ spc () + ++ pr_opt qstring s ++ spc () ++ pr_tac (ltactical,E) t), ltactical | TacRepeat t -> |
