doc-src/TutorialI/Rules/ROOT.ML
author krauss
Tue, 02 Aug 2011 11:52:57 +0200
changeset 44014 88bd7d74a2c1
parent 42637 381fdcab0f36
permissions -rw-r--r--
moved recursion combinator to HOL/Library/Wfrec.thy -- it is so fundamental and well-known that it should survive recdef
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10304
a372910d82d6 part of set-up
paulson
parents:
diff changeset
     1
use_thy "Basic";
a372910d82d6 part of set-up
paulson
parents:
diff changeset
     2
use_thy "Blast";
a372910d82d6 part of set-up
paulson
parents:
diff changeset
     3
use_thy "Force";
10847
b35a68ec8892 loads the new theory
paulson
parents: 10341
diff changeset
     4
use_thy "Forward";
10956
1db8b894ada0 new examples theory Rules/Tacticals.thy
paulson
parents: 10847
diff changeset
     5
use_thy "Tacticals";
10304
a372910d82d6 part of set-up
paulson
parents:
diff changeset
     6
16546
77e7fd18b785 added find2
nipkow
parents: 10956
diff changeset
     7
use_thy "find2";