From 75b7729d204c7bae280d859bb233750f7c4b543e Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Sun, 18 Feb 2018 19:08:04 +0100 Subject: Adding mention of shelved/given-up status in "Show Existentials". Also changed the API of pr_subgoals now using labels. Also removed a trailing space in printing existentials. --- vernac/vernacentries.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vernac/vernacentries.ml') diff --git a/vernac/vernacentries.ml b/vernac/vernacentries.ml index fa457c895..bab5c5ae9 100644 --- a/vernac/vernacentries.ml +++ b/vernac/vernacentries.ml @@ -63,8 +63,8 @@ let show_proof () = let show_top_evars () = (* spiwack: new as of Feb. 2010: shows goal evars in addition to non-goal evars. *) let pfts = Proof_global.give_me_the_proof () in - let gls,_,_,_,sigma = Proof.proof pfts in - pr_evars_int sigma 1 (Evd.undefined_map sigma) + let gls,_,shelf,givenup,sigma = Proof.proof pfts in + pr_evars_int sigma ~shelf ~givenup 1 (Evd.undefined_map sigma) let show_universes () = let pfts = Proof_global.give_me_the_proof () in -- cgit v1.2.3