aboutsummaryrefslogtreecommitdiff
path: root/proofs/proofview.mli
diff options
context:
space:
mode:
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. *)