doc-src/IsarAdvanced/Codegen/Thy/Setup.thy
author haftmann
Wed, 01 Oct 2008 08:42:42 +0200
changeset 28440 0b9ddfa6458e
parent 28428 fd007794561f
child 28447 df77ed974a78
permissions -rw-r--r--
added more_antiquote.ML
haftmann@28213
     1
theory Setup
haftmann@28419
     2
imports Complex_Main
haftmann@28440
     3
uses "../../../antiquote_setup.ML" "../../../more_antiquote.ML"
haftmann@28213
     4
begin
haftmann@28213
     5
haftmann@28419
     6
ML {* no_document use_thys ["Efficient_Nat", "Code_Char_chr"] *}
haftmann@28419
     7
haftmann@28213
     8
ML_val {* Code_Target.code_width := 74 *}
haftmann@28213
     9
haftmann@28213
    10
end