CookBook/ROOT.ML
author Christian Urban <urbanc@in.tum.de>
Fri, 13 Feb 2009 09:57:08 +0000
changeset 114 13fd0a83d3c3
parent 92 4e3f262a459d
child 120 c39f83d8daeb
permissions -rw-r--r--
properly handled linenumbers in ML-text and Isar-proofs

set quick_and_dirty;

no_document use_thy "Base";

use_thy "Intro";
use_thy "FirstSteps";
use_thy "Parsing";
use_thy "Tactical";

no_document use_thy "Package/Simple_Inductive_Package";
use_thy "Package/Ind_Intro";
use_thy "Package/Ind_Examples";
use_thy "Package/Ind_General_Scheme";
use_thy "Package/Ind_Interface";
use_thy "Package/Ind_Code";

use_thy "Appendix";
use_thy "Recipes/NamedThms";
use_thy "Recipes/Transformation";
use_thy "Recipes/Antiquotes";
use_thy "Recipes/TimeLimit";
use_thy "Recipes/Config";
use_thy "Recipes/StoringData";
use_thy "Recipes/ExternalSolver";

use_thy "Solutions";
use_thy "Readme";