doc-src/IsarRef/Thy/ROOT.ML
author blanchet
Tue, 08 Feb 2011 16:10:06 +0100
changeset 41723 bb366da22483
parent 38767 d8da44a8dd25
child 42651 e3fdb7c96be5
permissions -rw-r--r--
enable SMT weights and triggers, since they lead to slight improvements according to the Judgment Day suite

quick_and_dirty := true;
Thy_Output.source_default := true;
use "../../antiquote_setup.ML";

use_thys [
  "Introduction",
  "Framework",
  "First_Order_Logic",
  "Outer_Syntax",
  "Document_Preparation",
  "Spec",
  "Proof",
  "Inner_Syntax",
  "Misc",
  "Generic",
  "HOL_Specific",
  "Quick_Reference",
  "Symbols",
  "ML_Tactic"
];