aboutsummaryrefslogtreecommitdiffhomepage
path: root/printing
diff options
context:
space:
mode:
authorGravatar Maxime Dénès <mail@maximedenes.fr>2017-11-21 13:56:15 +0100
committerGravatar Maxime Dénès <mail@maximedenes.fr>2017-11-21 13:56:15 +0100
commit0e01de69c22a3793855b4c97c50e4514191b19bc (patch)
tree446a0ec91c87746f946fb9352aa23fafd2b8c7f3 /printing
parent74e60947d78e3610312aa1702f12143841c5a7cf (diff)
parent8cada511701d8893bab5553470ab721b33713043 (diff)
Merge PR #6181: [proof] Attempt to deprecate some V82 parts of the proof API.
Diffstat (limited to 'printing')
-rw-r--r--printing/printer.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/printing/printer.ml b/printing/printer.ml
index 075b03b7d..ba31b72d6 100644
--- a/printing/printer.ml
+++ b/printing/printer.ml
@@ -828,7 +828,7 @@ let pr_open_subgoals ?(proof=Proof_global.give_me_the_proof ()) () =
let pr_nth_open_subgoal n =
let pf = Proof_global.give_me_the_proof () in
- let { it=gls ; sigma=sigma } = Proof.V82.subgoals pf in
+ let gls,_,_,_,sigma = Proof.proof pf in
pr_subgoal n sigma gls
let pr_goal_by_id id =