src/HOL/Main.ML
author wenzelm
Tue, 30 Oct 2001 13:43:26 +0100
changeset 11982 65e2822d83dd
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
lemma Least_mono moved from Typedef.thy to Set.thy;


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