From 38b34dfffcceab7fa7d5ba43c84e414d24cebe43 Mon Sep 17 00:00:00 2001 From: Hugo Herbelin Date: Tue, 7 Oct 2014 17:26:02 +0200 Subject: Splitting out of auto.ml a file hints.ml dedicated to hints so as to being able to export hints without tactics, vm, etc. to come with. Some functions moved to the new proof engine. --- plugins/funind/functional_principles_proofs.ml | 2 +- plugins/funind/recdef.ml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/funind') diff --git a/plugins/funind/functional_principles_proofs.ml b/plugins/funind/functional_principles_proofs.ml index 700f67a74c..cd3f1a5d46 100644 --- a/plugins/funind/functional_principles_proofs.ml +++ b/plugins/funind/functional_principles_proofs.ml @@ -1454,7 +1454,7 @@ let new_prove_with_tcc is_mes acc_inv hrec tcc_hyps eqs : tactic = Eauto.eauto_with_bases (true,5) [Evd.empty,Lazy.force refl_equal] - [Auto.Hint_db.empty empty_transparent_state false] + [Hints.Hint_db.empty empty_transparent_state false] ) ) ) diff --git a/plugins/funind/recdef.ml b/plugins/funind/recdef.ml index 9f52258edf..8014abf651 100644 --- a/plugins/funind/recdef.ml +++ b/plugins/funind/recdef.ml @@ -1312,7 +1312,7 @@ let open_new_goal build_proof ctx using_lemmas ref_ goal_name (gls_type,decompos Eauto.eauto_with_bases (true,5) [Evd.empty,Lazy.force refl_equal] - [Auto.Hint_db.empty empty_transparent_state false] + [Hints.Hint_db.empty empty_transparent_state false] ] ) ) -- cgit v1.2.3