src/HOL/Tools/Metis/metis_tactic.ML
changeset 46301 e2e52c7d25c9
parent 45883 cf7ef3fca5e4
child 46320 0b8b73b49848
--- a/src/HOL/Tools/Metis/metis_tactic.ML	Thu Jan 19 21:37:12 2012 +0100
+++ b/src/HOL/Tools/Metis/metis_tactic.ML	Thu Jan 19 21:37:12 2012 +0100
@@ -140,7 +140,7 @@
       val _ = trace_msg ctxt (fn () => "FOL_SOLVE: CONJECTURE CLAUSES")
       val _ = app (fn th => trace_msg ctxt (fn () => Display.string_of_thm ctxt th)) cls
       val _ = trace_msg ctxt (fn () => "type_enc = " ^ type_enc)
-      val type_enc = type_enc_from_string Sound type_enc
+      val type_enc = type_enc_from_string Strict type_enc
       val (sym_tab, axioms, concealed) =
         prepare_metis_problem ctxt type_enc lam_trans cls ths
       fun get_isa_thm mth Isa_Reflexive_or_Trivial =