doc-src/Codegen/Thy/Setup.thy
author Walther Neuper <neuper@ist.tugraz.at>
Thu, 12 Aug 2010 15:03:34 +0200
branchisac-from-Isabelle2009-2
changeset 37913 20e3616b2d9c
parent 34071 93bfbb557e2e
child 38704 628fee3eb449
permissions -rw-r--r--
prepare reactivation of isac-update-Isa09-2
haftmann@28213
     1
theory Setup
haftmann@28419
     2
imports Complex_Main
haftmann@30210
     3
uses
haftmann@30210
     4
  "../../antiquote_setup.ML"
haftmann@30210
     5
  "../../more_antiquote.ML"
haftmann@28213
     6
begin
haftmann@28213
     7
haftmann@28447
     8
ML {* no_document use_thys
haftmann@29514
     9
  ["Efficient_Nat", "Code_Char_chr", "Product_ord", "~~/src/HOL/Imperative_HOL/Imperative_HOL",
wenzelm@30119
    10
   "~~/src/HOL/Decision_Procs/Ferrack"] *}
haftmann@28419
    11
haftmann@34071
    12
setup {* Code_Target.set_default_code_width 74 *}
haftmann@34071
    13
wenzelm@32833
    14
ML_command {* Unsynchronized.reset unique_names *}
haftmann@28213
    15
haftmann@28213
    16
end