doc-src/IsarAdvanced/Codegen/Thy/Setup.thy
author wenzelm
Thu, 04 Dec 2008 23:00:27 +0100
changeset 28972 cb8a2c3e188f
parent 28593 f087237af65d
child 29295 93b819a44146
permissions -rw-r--r--
renamed type Future.T to future; added map combinator;

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", "Imperative_HOL",
   "~~/src/HOL/Complex/ex/ReflectedFerrack"] *}

ML_val {* Code_Target.code_width := 74 *}

end