ProgTutorial/ROOT.ML
author Christian Urban <urbanc@in.tum.de>
Tue, 20 Oct 2009 12:25:20 +0200
changeset 355 42a1c230daff
parent 348 2f2018927f2a
child 395 2c392f61f400
permissions -rw-r--r--
added something about add_thms_dynamic

quick_and_dirty := true;

no_document use_thy "Base";
no_document use_thy "Package/Simple_Inductive_Package";

use_thy "Intro";
use_thy "FirstSteps";
use_thy "General";

no_document use_thy "Helper/Command/Command";
use_thy "Parsing";
use_thy "Tactical";

use_thy "Package/Ind_Intro";
use_thy "Package/Ind_Prelims";
use_thy "Package/Ind_Interface";
use_thy "Package/Ind_General_Scheme";
use_thy "Package/Ind_Code";
use_thy "Package/Ind_Extensions";

use_thy "Appendix";
use_thy "Recipes/Antiquotes";
use_thy "Recipes/TimeLimit";
use_thy "Recipes/Timing";
use_thy "Recipes/ExternalSolver";
use_thy "Recipes/Oracle";
use_thy "Recipes/Sat";
use_thy "Recipes/USTypes";

use_thy "Solutions";
(*use_thy "Readme";*)