src/Pure/Isar/specification.ML
changeset 21359 072e83a0b5bb
parent 21275 e4cb9c7a7482
child 21370 d9dd7b4e5e69
equal deleted inserted replaced
21358:f48800c3d573 21359:072e83a0b5bb
   281             else #2 (LocalTheory.notes [((name, atts), [(maps #2 res, [])])] lthy')))
   281             else #2 (LocalTheory.notes [((name, atts), [(maps #2 res, [])])] lthy')))
   282         |> after_qed results'
   282         |> after_qed results'
   283       end;
   283       end;
   284   in
   284   in
   285     goal_ctxt
   285     goal_ctxt
   286     |> Proof.global_goal (K (K ())) Attrib.attribute_i ProofContext.bind_propp_schematic_i
   286     |> Proof.theorem_i kind before_qed after_qed' (map snd stmt)
   287       kind before_qed after_qed' NONE (name, []) stmt
       
   288     |> Proof.refine_insert facts
   287     |> Proof.refine_insert facts
   289   end;
   288   end;
   290 
   289 
   291 in
   290 in
   292 
   291