From c221e1bebd5fabe7c5995c9306b96596026de047 Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 8 Jul 2009 12:30:19 +0000 Subject: Reactivation of pattern unification of evars in apply unification, in agreement with wish #2117 (pattern unification of evars remained deactivated for 3 years because of incompatibilities with eauto [see commit 9234]; thanks to unification flags, it can be activated for apply w/o changing eauto). Also add test for bug #2123 (see commit 12228). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12229 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tactics/equality.ml | 1 + 1 file changed, 1 insertion(+) (limited to 'tactics/equality.ml') diff --git a/tactics/equality.ml b/tactics/equality.ml index dcb2d6037..89a3704ee 100644 --- a/tactics/equality.ml +++ b/tactics/equality.ml @@ -66,6 +66,7 @@ let rewrite_unif_flags = { Unification.use_metas_eagerly = true; Unification.modulo_delta = empty_transparent_state; Unification.resolve_evars = true; + Unification.use_evars_pattern_unification = true; } let side_tac tac sidetac = -- cgit v1.2.3