src/HOL/Tools/Sledgehammer/sledgehammer_isar.ML
changeset 57699 a6cf197c1f1e
parent 57657 6840b23da81d
child 57702 dfc834e39c1f
--- a/src/HOL/Tools/Sledgehammer/sledgehammer_isar.ML	Tue Jul 29 23:39:35 2014 +0200
+++ b/src/HOL/Tools/Sledgehammer/sledgehammer_isar.ML	Wed Jul 30 00:50:41 2014 +0200
@@ -108,7 +108,7 @@
 val arith_methods = basic_arith_methods @ simp_based_methods @ basic_systematic_methods
 val datatype_methods = [Simp_Method, Simp_Size_Method]
 val systematic_methods0 = basic_systematic_methods @ basic_arith_methods @ simp_based_methods @
-  [Metis_Method (SOME no_typesN, NONE)]
+  [Metis_Method (SOME full_typesN, NONE), Metis_Method (SOME no_typesN, NONE)]
 val rewrite_methods = simp_based_methods @ basic_systematic_methods @ basic_arith_methods
 val skolem_methods = basic_systematic_methods