equal
deleted
inserted
replaced
68 let |
68 let |
69 val timeout = Time.fromSeconds 30 |
69 val timeout = Time.fromSeconds 30 |
70 in |
70 in |
71 case run_atp false timeout i i ctxt th atp of |
71 case run_atp false timeout i i ctxt th atp of |
72 SOME facts => |
72 SOME facts => |
73 Metis_Tactics.metis_tac ctxt (maps (thms_of_name ctxt) facts) i th |
73 Metis_Tactics.new_metis_tac [] ctxt (maps (thms_of_name ctxt) facts) i th |
74 | NONE => Seq.empty |
74 | NONE => Seq.empty |
75 end |
75 end |
76 |
76 |
77 fun generic_sledgehammer_as_oracle_tac force_full_types ctxt i th = |
77 fun generic_sledgehammer_as_oracle_tac force_full_types ctxt i th = |
78 let |
78 let |