src/Pure/Thy/thm_database.ML
changeset 6327 c6abb5884fed
parent 6204 c7ad5b27894f
child 7182 090723b5024d
equal deleted inserted replaced
6326:1b55802e2b59 6327:c6abb5884fed
    34 
    34 
    35 (* store in theory and generate HTML *)
    35 (* store in theory and generate HTML *)
    36 
    36 
    37 fun store_thm (name, thm) =
    37 fun store_thm (name, thm) =
    38   let val thm' = PureThy.smart_store_thm (name, thm)
    38   let val thm' = PureThy.smart_store_thm (name, thm)
    39   in Present.thm name thm'; thm' end;
    39   in Present.theorem name thm'; thm' end;
    40 
    40 
    41 
    41 
    42 (* store on ML toplevel *)
    42 (* store on ML toplevel *)
    43 
    43 
    44 val qed_thm: thm option ref = ref None;
    44 val qed_thm: thm option ref = ref None;