aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-12-26 11:06:40 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-12-26 11:06:40 +0000
commit3fe7c7879fb36cdcad5632fb20f893670db7c88c (patch)
tree95e070defff5c20f53d7d0ce08caa65e196e9179 /proofs
parent4116276142fd33901239def9d45fe41ffbcb248b (diff)
Elimination des coupures
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1222 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs')
-rw-r--r--proofs/tacmach.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/tacmach.ml b/proofs/tacmach.ml
index 4df69a0cd..ae0469a50 100644
--- a/proofs/tacmach.ml
+++ b/proofs/tacmach.ml
@@ -58,7 +58,7 @@ let pf_get_hyp_typ gls id =
with Not_found ->
error ("No such hypothesis : " ^ (string_of_id id))
-let pf_ids_of_hyps gls = ids_of_named_context (named_context (pf_env gls))
+let pf_ids_of_hyps gls = ids_of_named_context (pf_hyps gls)
let pf_ctxt gls = get_ctxt (sig_it gls)