doc-src/IsarAdvanced/Codegen/Thy/Setup.thy
author haftmann
Tue, 03 Feb 2009 19:37:16 +0100
changeset 29731 32d00a2a6f28
parent 29514 fc20414d4aa8
child 30119 391e12ff816c
permissions -rw-r--r--
added stub about datatype abstraction
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@28447
     6
ML {* no_document use_thys
haftmann@29514
     7
  ["Efficient_Nat", "Code_Char_chr", "Product_ord", "~~/src/HOL/Imperative_HOL/Imperative_HOL",
haftmann@29731
     8
   "~~/src/HOL/Reflection/Ferrack"] *}
haftmann@28419
     9
haftmann@28213
    10
ML_val {* Code_Target.code_width := 74 *}
haftmann@28213
    11
haftmann@28213
    12
end