aboutsummaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorPierre-Marie Pédrot2019-12-18 16:49:53 +0100
committerPierre-Marie Pédrot2019-12-18 16:49:53 +0100
commit6b9f6c365ec5b478e79f70cf2a1ae4faed809b74 (patch)
tree057a9b5816b2e202d2fd306849b8beb7f3d3782e /plugins
parent6fb1b92c1f4a6f25f487107c3f3a89057ba2ee77 (diff)
parent1522090b4cd7a8b7c7e83e316c79bc8c06ab62e9 (diff)
Merge PR #11203: Make the string argument of `time` print correctly
Ack-by: Zimmi48 Reviewed-by: ppedrot
Diffstat (limited to 'plugins')
-rw-r--r--plugins/ltac/pptactic.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ltac/pptactic.ml b/plugins/ltac/pptactic.ml
index 0e8c225a8f..7843faaef3 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 ->