doc-src/TutorialI/CTL/ROOT.ML
author Thomas Sewell <tsewell@nicta.com.au>
Mon, 28 Sep 2009 15:37:19 +1000
changeset 32757 4e97fc468a53
parent 10212 33fe2d701ddd
permissions -rw-r--r--
Avoid a possible variable name conflict in instantiating a theorem. Instantiating a theorem variable with new variables created a possible variable name conflict if a record was defined with a field named 'f', 'x' etc. Using variable indices of 1 avoids the problem.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
9958
67f2920862c7 *** empty log message ***
nipkow
parents:
diff changeset
     1
use "../settings.ML";
67f2920862c7 *** empty log message ***
nipkow
parents:
diff changeset
     2
use_thy "PDL";
67f2920862c7 *** empty log message ***
nipkow
parents:
diff changeset
     3
use_thy "CTL";
10212
33fe2d701ddd *** empty log message ***
nipkow
parents: 9958
diff changeset
     4
use_thy "CTLind";