aboutsummaryrefslogtreecommitdiff
path: root/proofs/proofview.mli
diff options
context:
space:
mode:
authoraspiwack2013-11-02 15:39:08 +0000
committeraspiwack2013-11-02 15:39:08 +0000
commitb9b1122ff82cd9e8bb9782e7c4c5d39bf0df7488 (patch)
tree53e928b97f5e355a69f17734af9d9c262ccf5052 /proofs/proofview.mli
parentc25d1d8967dbdadbad85e22c50e1b63f6091e1fe (diff)
Made Proofview.Goal.hyps a named_context.
There was really no point in having it be a named_context val. The tactics are not going to access the vm cache. Only vm_compute will. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@17007 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs/proofview.mli')
-rw-r--r--proofs/proofview.mli2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/proofview.mli b/proofs/proofview.mli
index c9296e694f..0504efea57 100644
--- a/proofs/proofview.mli
+++ b/proofs/proofview.mli
@@ -288,7 +288,7 @@ module Goal : sig
type t
val concl : t -> Term.constr
- val hyps : t -> Environ.named_context_val
+ val hyps : t -> Context.named_context
val env : t -> Environ.env
val sigma : t -> Evd.evar_map