src/Pure/axclass.ML
changeset 17034 b4d9b87c102e
parent 16486 1a12cdb6ee6b
child 17041 dee6f7047cae
equal deleted inserted replaced
17033:f4c1ce91aa3c 17034:b4d9b87c102e
   317 
   317 
   318 local
   318 local
   319 
   319 
   320 fun inst_proof mk_prop add_thms inst int theory =
   320 fun inst_proof mk_prop add_thms inst int theory =
   321   theory
   321   theory
   322   |> IsarThy.multi_theorem_i Drule.internalK I ProofContext.export_standard
   322   |> IsarThy.multi_theorem_i Drule.internalK (K I) ProofContext.export_standard
   323     ("", [fn (thy, th) => (add_thms [th] thy, th)]) []
   323     ("", [fn (thy, th) => (add_thms [th] thy, th)]) []
   324     (map (fn t => (("", []), [(t, ([], []))])) (mk_prop theory inst)) int;
   324     (map (fn t => (("", []), [(t, ([], []))])) (mk_prop theory inst)) int;
   325 
   325 
   326 in
   326 in
   327 
   327