aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-12-12 17:12:32 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2002-12-12 17:12:32 +0000
commitd8cf7565cf5156b4fb755c24213dd395a74e2e5c (patch)
tree37faed5c377fdd2ba502e89c369c19172b7cec16 /proofs
parent98b07d59b7e733d2b15f49aba21cc282895e941c (diff)
Compensation de suppression betaiota de type_of (suite)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3427 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'proofs')
-rw-r--r--proofs/clenv.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/proofs/clenv.ml b/proofs/clenv.ml
index ebb4ab684..fee6ce40f 100644
--- a/proofs/clenv.ml
+++ b/proofs/clenv.ml
@@ -1002,7 +1002,7 @@ let clenv_match_args s clause =
and c_typ = w_hnf_constr clause.hook (w_type_of clause.hook c) in
(* whd_betaiota was before in type_of - useful to reduce types like *)
(* (x:A)([x]P u) *)
- let c_typ = whd_betaiota c_typ in
+ let c_typ = nf_betaiota c_typ in
matchrec
(clenv_assign k c (clenv_unify true CUMUL c_typ k_typ clause)) t
in