src/HOL/Main.ML
author wenzelm
Fri, 03 Nov 2000 21:27:06 +0100
changeset 10379 93630e0c5ae9
parent 9650 6f0b89f2a1f9
permissions -rw-r--r--
improved handling of "that": insert into goal, only declare as Pure "intro"; eliminated functor;


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