doc-src/TutorialI/Sets/ROOT.ML
author Thomas Sewell <tsewell@nicta.com.au>
Mon, 28 Sep 2009 15:37:19 +1000
changeset 32757 4e97fc468a53
parent 10341 6eb91805a012
child 42637 381fdcab0f36
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.

(* ID:         $Id$ *)
use_thy "Examples";
use_thy "Functions";
use_thy "Relations";
use_thy "Recur";