equal
deleted
inserted
replaced
275 |
275 |
276 |
276 |
277 section "Theory Export" |
277 section "Theory Export" |
278 |
278 |
279 option export_document : bool = false |
279 option export_document : bool = false |
|
280 -- "export document sources to Isabelle/Scala" |
280 |
281 |
281 option export_theory : bool = false |
282 option export_theory : bool = false |
|
283 -- "export theory content to Isabelle/Scala" |
|
284 |
|
285 option export_proofs : bool = false |
|
286 -- "export proof terms to Isabelle/Scala" |
|
287 |
|
288 option prune_proofs : bool = false |
|
289 -- "prune proof terms after export (do not store in Isabelle/ML)" |
282 |
290 |
283 |
291 |
284 section "Theory update" |
292 section "Theory update" |
285 |
293 |
286 option update_inner_syntax_cartouches : bool = false |
294 option update_inner_syntax_cartouches : bool = false |