CookBook/ROOT.ML
author Christian Urban <urbanc@in.tum.de>
Sat, 03 Jan 2009 20:44:54 +0000
changeset 60 5b9c6010897b
parent 44 dee4b3e66dfe
child 61 64c9540f2f84
permissions -rw-r--r--
doem tuning and made the cookbook work again with recent changes (CookBook/Package/Ind_Interface.thy needs to be looked at to see what the problem with the new parser type is)

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 "Solutions";
use_thy "Readme";