doc-src/IsarAdvanced/Codegen/Thy/Setup.thy
author wenzelm
Mon, 09 Feb 2009 20:37:10 +0100
changeset 29719 d2597c4f7e5c
parent 29514 fc20414d4aa8
child 29794 32d00a2a6f28
permissions -rw-r--r--
tuned chapter heading;

theory Setup
imports Complex_Main
uses "../../../antiquote_setup.ML" "../../../more_antiquote.ML"
begin

ML {* no_document use_thys
  ["Efficient_Nat", "Code_Char_chr", "Product_ord", "~~/src/HOL/Imperative_HOL/Imperative_HOL",
   "~~/src/HOL/ex/ReflectedFerrack"] *}

ML_val {* Code_Target.code_width := 74 *}

end