aboutsummaryrefslogtreecommitdiff
path: root/proofs/proofview.mli
diff options
context:
space:
mode:
authorHugo Herbelin2014-12-06 16:31:22 +0100
committerHugo Herbelin2014-12-07 15:14:38 +0100
commit3b93c6cfbb838bcc2b9bdc1e4e2e669a86c75893 (patch)
treebb4b7892a9a77f74b1975ec19aa5ace48bec3edb /proofs/proofview.mli
parentf875ae88edd6a45ab72335eee0735a65d027435c (diff)
Exporting store of goals so that new_evar in convert, intro, etc. can
propagate it. This allows C-zar to continue to work. Don't know if it is the best way to do it.
Diffstat (limited to 'proofs/proofview.mli')
-rw-r--r--proofs/proofview.mli1
1 files changed, 1 insertions, 0 deletions
diff --git a/proofs/proofview.mli b/proofs/proofview.mli
index b758559beb..7e755d23d6 100644
--- a/proofs/proofview.mli
+++ b/proofs/proofview.mli
@@ -433,6 +433,7 @@ module Goal : sig
val hyps : [ `NF ] t -> Context.named_context
val env : 'a t -> Environ.env
val sigma : 'a t -> Evd.evar_map
+ val extra : 'a t -> Evd.Store.t
(** Returns the goal's conclusion even if the goal is not
normalised. *)