equal
deleted
inserted
replaced
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; |