doc-src/IsarAdvanced/Codegen/Thy/Setup.thy
author haftmann
Wed, 01 Oct 2008 13:33:54 +0200
changeset 28447 df77ed974a78
parent 28440 0b9ddfa6458e
child 28593 f087237af65d
permissions -rw-r--r--
fixed

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