From 87017bcc49f0d9d07f8f8c6a8c0137715118ef46 Mon Sep 17 00:00:00 2001 From: msozeau Date: Sun, 16 Mar 2008 16:14:08 +0000 Subject: Using the "relation" constant made some unifications fail in the new setoid rewrite. Refine and use the new unification flags setup by Hugo to do a little bit of delta in clenv_unify/w_unify. Moved from a boolean indicating conversion is wanted to a Cpred representing the constants one wants to get unfolded to have more precise control. Add corresponding test-suite file. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10684 85f007b7-540e-0410-9357-904b9bb8a0f7 --- proofs/clenvtac.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proofs/clenvtac.ml') diff --git a/proofs/clenvtac.ml b/proofs/clenvtac.ml index ced684965..d133beaa9 100644 --- a/proofs/clenvtac.ml +++ b/proofs/clenvtac.ml @@ -90,7 +90,7 @@ open Unification let fail_quick_unif_flags = { modulo_conv_on_closed_terms = true; use_metas_eagerly = false; - modulo_conv = false; + modulo_delta = Cpred.empty; } (* let unifyTerms m n = walking (fun wc -> fst (w_Unify CONV m n [] wc)) *) -- cgit v1.2.3