doc-src/IsarAdvanced/Codegen/Thy/Setup.thy
author wenzelm
Thu, 09 Oct 2008 20:53:24 +0200
changeset 28555 d59712ee942c
parent 28447 df77ed974a78
child 28593 f087237af65d
permissions -rw-r--r--
added enabled; removed pseudo-parallel version of profile -- CRITICAL prevents future join;

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"] *}

ML_val {* Code_Target.code_width := 74 *}

end