src/HOL/Modelcheck/mucke_oracle.ML
changeset 30607 c3d1590debd8
parent 29270 0eade173f77e
child 32149 ef59550a55d3
equal deleted inserted replaced
30606:40a1865ab122 30607:c3d1590debd8
   107 val trm = hd(itrm)
   107 val trm = hd(itrm)
   108 in
   108 in
   109 (
   109 (
   110 OldGoals.push_proof();
   110 OldGoals.push_proof();
   111 OldGoals.goalw_cterm [] (cterm_of sign trm);
   111 OldGoals.goalw_cterm [] (cterm_of sign trm);
   112 by (SIMPSET' simp_tac 1);
   112 by (simp_tac (simpset_of sign) 1);
   113         let
   113         let
   114         val if_tmp_result = result()
   114         val if_tmp_result = result()
   115         in
   115         in
   116         (
   116         (
   117         OldGoals.pop_proof();
   117         OldGoals.pop_proof();