CookBook/ROOT.ML
author Christian Urban <urbanc@in.tum.de>
Thu, 15 Jan 2009 13:42:28 +0000
changeset 73 bcbcf5c839ae
parent 68 e7519207c2b7
child 75 f2dea0465bb4
permissions -rw-r--r--
used newly exported break reference in ThyOutput for writing separate output_list function

set quick_and_dirty;

no_document use_thy "Base";

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

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 "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";