From ba801cd1c9866f39782279e22ceab956c4efd5c6 Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Thu, 4 Sep 2014 21:03:55 +0200 Subject: Ensuring the invariant that hypotheses and named context of the environment of Proofview goals coincide by always using the named context and discarding the hypotheses. --- proofs/goal.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proofs/goal.mli') diff --git a/proofs/goal.mli b/proofs/goal.mli index f887e8c66..4d3361b0e 100644 --- a/proofs/goal.mli +++ b/proofs/goal.mli @@ -133,6 +133,6 @@ val refine_open_constr : Evd.open_constr -> subgoals sensitive (* [enter] combines [env], [defs], [hyps] and [concl] in a single primitive. *) -val enter : (Environ.env -> Evd.evar_map -> Environ.named_context_val -> Term.constr -> goal -> 'a) -> 'a sensitive +val enter : (Environ.env -> Evd.evar_map -> Term.constr -> goal -> 'a) -> 'a sensitive -val nf_enter : (Environ.env -> Evd.evar_map -> Environ.named_context_val -> Term.constr -> goal -> 'a) -> 'a sensitive +val nf_enter : (Environ.env -> Evd.evar_map -> Term.constr -> goal -> 'a) -> 'a sensitive -- cgit v1.2.3