doc-src/IsarAdvanced/Codegen/Thy/Setup.thy
author nipkow
Wed, 11 Feb 2009 10:51:07 +0100
changeset 29859 33bff35f1335
parent 29794 32d00a2a6f28
child 30119 391e12ff816c
permissions -rw-r--r--
Moved Order_Relation into Library and moved some of it into Relation.

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

ML_val {* Code_Target.code_width := 74 *}

end