src/Pure/pure_thy.ML
changeset 6769 4b1bd69dfe0b
parent 6692 05c56f41e661
child 6846 f2380295d4dd
equal deleted inserted replaced
6768:26d64339c25a 6769:4b1bd69dfe0b
   273     val thms' = flat thmss';
   273     val thms' = flat thmss';
   274     val thms'' =
   274     val thms'' =
   275       (case opt_bname of
   275       (case opt_bname of
   276         None => thms'
   276         None => thms'
   277       | Some bname => enter_thmx (Theory.sign_of thy') name_multi (bname, thms'));
   277       | Some bname => enter_thmx (Theory.sign_of thy') name_multi (bname, thms'));
   278   in (thy, thms'') end;
   278   in (thy', thms'') end;
   279 
   279 
   280 
   280 
   281 (* store_thm *)
   281 (* store_thm *)
   282 
   282 
   283 fun store_thm th_atts thy =
   283 fun store_thm th_atts thy =