aboutsummaryrefslogtreecommitdiff
path: root/ide
diff options
context:
space:
mode:
authorEmilio Jesus Gallego Arias2019-12-07 13:45:43 +0100
committerEmilio Jesus Gallego Arias2019-12-07 13:45:43 +0100
commit756d2f4db5eae51c8c01a40550b8c4553bd30f53 (patch)
treec6564c232e5067c2acb48e8c7a4d7ee3ab6ff01a /ide
parent28c4f57e0614523879201d1c59816cde188e5b22 (diff)
parentf87ce66b88b74f090c316c8a3c33828a970b2108 (diff)
Merge PR #11141: Moving the diversity of constr printers to a label style
Ack-by: SkySkimmer Reviewed-by: ejgallego
Diffstat (limited to 'ide')
-rw-r--r--ide/idetop.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/idetop.ml b/ide/idetop.ml
index 7e55eb4d13..7d92cff365 100644
--- a/ide/idetop.ml
+++ b/ide/idetop.ml
@@ -196,7 +196,7 @@ let process_goal sigma g =
let min_env = Environ.reset_context env in
let id = Goal.uid g in
let ccl =
- pr_goal_concl_style_env env sigma (Goal.V82.concl sigma g)
+ pr_letype_env ~goal_concl_style:true env sigma (Goal.V82.concl sigma g)
in
let process_hyp d (env,l) =
let d' = CompactedDecl.to_named_context d in