From 473f647d9d5200e5af182e4048f0949f5983774b Mon Sep 17 00:00:00 2001 From: msozeau Date: Fri, 4 Mar 2011 15:15:18 +0000 Subject: - Allow to set a particular transparent_state for the local hint database - Fix [specialize] to properly resolve typeclass constraints. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13868 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tactics/eauto.ml4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tactics/eauto.ml4') diff --git a/tactics/eauto.ml4 b/tactics/eauto.ml4 index ed8da10a0..59e7fcca1 100644 --- a/tactics/eauto.ml4 +++ b/tactics/eauto.ml4 @@ -291,7 +291,7 @@ let e_breadth_search debug n db_list local_db gl = with Not_found -> error "eauto: breadth first search failed." let e_search_auto debug (in_depth,p) lems db_list gl = - let local_db = make_local_hint_db true lems gl in + let local_db = make_local_hint_db ~ts:full_transparent_state true lems gl in if in_depth then e_depth_search debug p db_list local_db gl else -- cgit v1.2.3