src/HOL/Main.ML
author berghofe
Fri, 29 Sep 2000 18:02:24 +0200
changeset 10117 8e58b3045e29
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
Now some functions try to avoid name clashes when introducing new free variables.


structure Main =
struct
  val thy = the_context ();
end;