doc-src/IsarAdvanced/Codegen/Thy/Setup.thy
author huffman
Thu, 08 Jan 2009 10:26:50 -0800
changeset 29408 6d10cf26b5dc
parent 29295 93b819a44146
child 29514 fc20414d4aa8
permissions -rw-r--r--
add lemmas dvd_minus_iff and minus_dvd_iff in class comm_ring_1

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

ML_val {* Code_Target.code_width := 74 *}

end