From e42d29bb54eb3c07c79410e2c222d9f35b7905c1 Mon Sep 17 00:00:00 2001 From: msozeau Date: Mon, 15 Mar 2010 19:55:35 +0000 Subject: Oops, don't use zeta by default. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12869 85f007b7-540e-0410-9357-904b9bb8a0f7 --- plugins/subtac/subtac_obligations.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/subtac/subtac_obligations.ml b/plugins/subtac/subtac_obligations.ml index e0ba212c53..24c5a1266d 100644 --- a/plugins/subtac/subtac_obligations.ml +++ b/plugins/subtac/subtac_obligations.ml @@ -22,7 +22,7 @@ let pperror cmd = Util.errorlabstrm "Program" cmd let error s = pperror (str s) let reduce c = - Reductionops.clos_norm_flags Closure.betaiotazeta (Global.env ()) Evd.empty c + Reductionops.clos_norm_flags Closure.betaiota (Global.env ()) Evd.empty c exception NoObligations of identifier option -- cgit v1.2.3