doc-src/IsarAdvanced/Codegen/Thy/Setup.thy
author wenzelm
Thu, 01 Jan 2009 21:27:45 +0100
changeset 29295 93b819a44146
parent 28593 f087237af65d
child 29514 fc20414d4aa8
permissions -rw-r--r--
proper import of ~~/src/HOL/ex/ReflectedFerrack;
     1 theory Setup
     2 imports Complex_Main
     3 uses "../../../antiquote_setup.ML" "../../../more_antiquote.ML"
     4 begin
     5 
     6 ML {* no_document use_thys
     7   ["Efficient_Nat", "Code_Char_chr", "Product_ord", "Imperative_HOL",
     8    "~~/src/HOL/ex/ReflectedFerrack"] *}
     9 
    10 ML_val {* Code_Target.code_width := 74 *}
    11 
    12 end