summaryrefslogtreecommitdiff
path: root/contrib/interface/showproof.ml
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2009-02-19 13:13:20 +0100
committerGravatar Stephane Glondu <steph@glondu.net>2009-02-19 13:13:20 +0100
commit2155252cd74c3a2d0dc0bde716ef70b1f86b8085 (patch)
tree20313deb80e22ea9088f1e6ba0bb9336f3718b25 /contrib/interface/showproof.ml
parent06746919eadeeb430bfb464d83847f982ea78540 (diff)
parenta0a94c1340a63cdb824507b973393882666ba52a (diff)
Merge commit 'upstream/8.2-1+dfsg'
Diffstat (limited to 'contrib/interface/showproof.ml')
-rw-r--r--contrib/interface/showproof.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/interface/showproof.ml b/contrib/interface/showproof.ml
index cf861642..2ab62763 100644
--- a/contrib/interface/showproof.ml
+++ b/contrib/interface/showproof.ml
@@ -1361,7 +1361,7 @@ and natural_cutintro ig lh g gs arg ltree =
{ihsg=No_subgoals_hyp;isgintro=""}
(List.nth ltree 0))]
]
-and whd_betadeltaiota x = whd_betaiotaevar (Global.env()) Evd.empty x
+and whd_betadeltaiota x = whd_betaiota Evd.empty x
and type_of_ast s c = type_of (Global.env()) Evd.empty (constr_of_ast c)
and prod_head t =
match (kind_of_term (strip_outer_cast t)) with