doc-src/Codegen/Thy/Setup.thy
author wenzelm
Tue, 01 Jun 2010 17:27:38 +0200
changeset 37241 04d2521e79b0
parent 34071 93bfbb557e2e
child 38460 628fee3eb449
permissions -rw-r--r--
basic support for sub/superscript token markup -- NB: need to maintain extended token types eagerly, since jEdit occasionally reinstalls a style array that is too short;

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

setup {* Code_Target.set_default_code_width 74 *}

ML_command {* Unsynchronized.reset unique_names *}

end