doc-src/TutorialI/Rules/ROOT.ML
author berghofe
Mon, 30 Sep 2002 16:34:56 +0200
changeset 13604 57bfacbbaeda
parent 10956 1db8b894ada0
child 16546 77e7fd18b785
permissions -rw-r--r--
- eliminated thin_leading_eqs_tac - gen_hyp_subst_tac now uses asm_lr_simp_tac instead of asm_full_simp_tac, in order to avoid divergence of new simplifier
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
10341
6eb91805a012 added the $Id:$ line
paulson
parents: 10304
diff changeset
     1
(* ID:         $Id$ *)
10304
a372910d82d6 part of set-up
paulson
parents:
diff changeset
     2
use_thy "Basic";
a372910d82d6 part of set-up
paulson
parents:
diff changeset
     3
use_thy "Blast";
a372910d82d6 part of set-up
paulson
parents:
diff changeset
     4
use_thy "Force";
10847
b35a68ec8892 loads the new theory
paulson
parents: 10341
diff changeset
     5
use_thy "Forward";
10956
1db8b894ada0 new examples theory Rules/Tacticals.thy
paulson
parents: 10847
diff changeset
     6
use_thy "Tacticals";
10304
a372910d82d6 part of set-up
paulson
parents:
diff changeset
     7