aboutsummaryrefslogtreecommitdiff
path: root/dev
diff options
context:
space:
mode:
Diffstat (limited to 'dev')
-rw-r--r--dev/top_printers.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/top_printers.ml b/dev/top_printers.ml
index 2cbac21753..0345ddfabc 100644
--- a/dev/top_printers.ml
+++ b/dev/top_printers.ml
@@ -104,7 +104,7 @@ let ppevarsubst = ppidmap (fun id0 -> prset (fun (c,copt,id) ->
else spc () ++ str "<canonical: " ++ pr_id id ++ str ">"))))
let ppconstrunderbindersidmap l = ppidmap (fun id (l,c) ->
- Id.print id ++ str "->" ++ hov 1 (str"[" ++ prlist Id.print l ++ str"]")
+ Id.print id ++ str "->" ++ hov 1 (str"[" ++ prlist_with_sep spc Id.print l ++ str"]")
++ str "," ++ spc () ++ Termops.print_constr c)
let ppunbound_ltac_var_map l = ppidmap (fun id arg ->